LicenseException Constructor (String, Exception) |
Initializes a new instance of the Exception class with a specified error message and inner exception.
Namespace:
OnixS.CmeMdHandler
Assembly:
OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntaxpublic LicenseException(
string message,
Exception inner
)
Parameters
- message
- Type: System.String
The message that describes the error. - inner
- Type: System.Exception
Inner Exception.
See Also