Initializes a new instance of the XllWrapperException class with a specified error message.

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 XllWrapperException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
XllWrapperException(
	String^ message
)

Parameters

message
Type: System..::.String
The message that describes the error.

See Also