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 (String, Int32)

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

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

Parameters

message
A message describing the exception.
errorCode
The error code to pass.

See Also

CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace | CheckoutException Constructor Overload List