Initializes a new instance of the CheckoutException class with the specified message and error code.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String, _ ByVal errorCode As Integer _ ) [C#] public CheckoutException( string message, int errorCode ); [C++] public: CheckoutException( String* message, int errorCode ); [JScript] public function CheckoutException( message : String, errorCode : int );
CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace | CheckoutException Constructor Overload List