CheckoutException Constructor (String^, Int32)

 

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

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

public:
CheckoutException(
	String^ message,
	int errorCode
)

Parameters

message
Type: System::String^

A message describing the exception.

errorCode
Type: System::Int32

The error code to pass.

.NET Framework
Available since 1.1
Return to top
Show: