Initializes a new instance of the XllWrapperException class with a specified error message.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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.