CheckoutException Constructor (String^)

 

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

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

public:
CheckoutException(
	String^ message
)

Parameters

message
Type: System::String^

A message describing the exception.

.NET Framework
Available since 1.1
Return to top
Show: