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;
This exception occurs if the user selects Cancel on the checkout dialog.
CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace