CheckoutException Constructor

 

Initializes a new instance of the CheckoutException class.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodCheckoutException()

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

System_CAPS_protmethodCheckoutException(SerializationInfo^, StreamingContext)

Initializes a new instance of the CheckoutException class using the specified serialization data and context.

System_CAPS_pubmethodCheckoutException(String^)

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

System_CAPS_pubmethodCheckoutException(String^, Exception^)

Initializes a new instance of the CheckoutException class with the specified detailed description and the specified exception.

System_CAPS_pubmethodCheckoutException(String^, Int32)

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

Return to top
Show: