Instantiates a new NotLicensedException using the supplied message along with an additional exception that caused this one to be thrown
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public NotLicensedException( string message, Exception innerException ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
| Visual C++ |
|---|
public: NotLicensedException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::.String
The error message string.
- innerException
- Type: System..::.Exception
The inner exception reference.