Initializes a new instance of the LicenseException class.
Initializes a new instance of the LicenseException class for the specified type.
[Visual Basic] Overloads Public Sub New(Type)
[C#] public LicenseException(Type);
[C++] public: LicenseException(Type*);
[JScript] public function LicenseException(Type);
Initializes a new instance of the LicenseException class for the specified type and instance.
[Visual Basic] Overloads Public Sub New(Type, Object)
[C#] public LicenseException(Type, Object);
[C++] public: LicenseException(Type*, Object);
[JScript] public function LicenseException(Type, Object);
Initializes a new instance of the LicenseException class for the specified type and instance with the specified message.
[Visual Basic] Overloads Public Sub New(Type, Object, String)
[C#] public LicenseException(Type, Object, String);
[C++] public: LicenseException(Type*, Object, String);
[JScript] public function LicenseException(Type, Object, String);
Initializes a new instance of the LicenseException class for the specified innerException, type and instance with the specified message.
[Visual Basic] Overloads Public Sub New(Type, Object, String, Exception)
[C#] public LicenseException(Type, Object, String, Exception);
[C++] public: LicenseException(Type*, Object, String, Exception);
[JScript] public function LicenseException(Type, Object, String, Exception);
LicenseException Class | LicenseException Members | System.ComponentModel Namespace