forwardLicenseNotFoundException Constructor    Table of ContentLicenseNotFoundException Constructor (SerializationInfo, StreamingContext)forward
LicenseNotFoundException Constructor (String)
Initializes a new instance of the Exception class with a specified error message.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public LicenseNotFoundException(
	string message
)

Parameters

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