Constructor LicensingException
LicensingException()
default constructor.
Declaration
public LicensingException()
LicensingException(String)
overloaded constructor, takes the reason as parameter.
Declaration
public LicensingException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
LicensingException(String, Exception)
overloaded constructor.
Declaration
public LicensingException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
Exception | inner | nested exception |
LicensingException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
public LicensingException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |