NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LicenseException Constructor

Initializes a new instance of the LicenseException class.

Overload List

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);

See Also

LicenseException Class | LicenseException Members | System.ComponentModel Namespace