CheckoutException Constructor
.NET Framework (current version)
Initializes a new instance of the CheckoutException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CheckoutException() | Initializes a new instance of the CheckoutException class with no associated message or error code. |
![]() | CheckoutException(SerializationInfo^, StreamingContext) | Initializes a new instance of the CheckoutException class using the specified serialization data and context. |
![]() | CheckoutException(String^) | Initializes a new instance of the CheckoutException class with the specified message. |
![]() | CheckoutException(String^, Exception^) | Initializes a new instance of the CheckoutException class with the specified detailed description and the specified exception. |
![]() | CheckoutException(String^, Int32) | Initializes a new instance of the CheckoutException class with the specified message and error code. |
Show:

