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!

CheckoutException Constructor

Initializes a new instance of the CheckoutException class.

Overload List

Initializes a new instance of the CheckoutException class with no associated message or error code.

[Visual Basic] Overloads Public Sub New()
[C#] public CheckoutException();
[C++] public: CheckoutException();
[JScript] public function CheckoutException();

Initializes a new instance of the CheckoutException class with the specified message.

[Visual Basic] Overloads Public Sub New(String)
[C#] public CheckoutException(String);
[C++] public: CheckoutException(String*);
[JScript] public function CheckoutException(String);

Initializes a new instance of the CheckoutException class with the specified message and error code.

[Visual Basic] Overloads Public Sub New(String, Integer)
[C#] public CheckoutException(String, int);
[C++] public: CheckoutException(String*, int);
[JScript] public function CheckoutException(String, int);

See Also

CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace