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: 7.0.9.1411 (7.0.9.1411)

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