| Overload | Description |
|---|---|
| LicensingException Constructor(Type) | Initializes a new instance of the LicensingException class for the specified type. |
| LicensingException Constructor(Type,Object) | Initializes a new instance of the LicensingException class for the specified type and instance. |
| LicensingException Constructor(Type,Object,String) | Initializes a new instance of the LicensingException class for the specified type and instance with the specified message. |
| LicensingException Constructor(Type,Object,String,Exception) | Initializes a new instance of the LicensingException class for the specified innerException, type and instance with the specified message. |
| LicensingException Constructor(SerializationInfo,StreamingContext) | Need this constructor since Exception implements ISerializable. |