Initializes a new instance of the CheckoutException class.
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);
CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace