forwardLicenseException Constructor    Table of ContentLicenseException Constructor (SerializationInfo, StreamingContext)forward
LicenseException Constructor (String)
Initializes a new instance of the Exception class with a specified error message.

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)
Syntax
C#
public LicenseException(
	string message
)

Parameters

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