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.Canceled

Initializes a CheckoutException that specifies that the checkout was canceled. This field is read-only.

[Visual Basic]
Public Shared ReadOnly Canceled As CheckoutException
[C#]
public static readonly CheckoutException Canceled;
[C++]
public: static readonly CheckoutException* Canceled;
[JScript]
public static var Canceled : CheckoutException;

Remarks

This exception occurs if the user selects Cancel on the checkout dialog.

See Also

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