CheckoutException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the CheckoutException class with the specified detailed description and the specified exception.
Assembly: System (in System.dll)
Parameters
- message
-
Type:
System::String^
A detailed description of the error.
- innerException
-
Type:
System::Exception^
A reference to the inner exception that is the cause of this exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: