Represents errors that occur during the execution of XLL add-in functions.

Namespace:  XllPlus.ComWrappers.Runtime
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public class XllWrapperException : Exception
Visual Basic (Declaration)
Public Class XllWrapperException _
	Inherits Exception
Visual C++
public ref class XllWrapperException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    XllPlus.ComWrappers.Runtime..::.XllWrapperException

See Also