CapeBadInvOrderException Constructor

Overload List

CapeBadInvOrderException(String) Initializes a new instance of the CapeBadInvOrderException class with a specified error message and the name of the operation raising the exception.
CapeBadInvOrderException(String, String) Initializes a new instance of the CapeBadInvOrderException class with a specified error message and the name of the operation raising the exception.
CapeBadInvOrderException(SerializationInfo, StreamingContext, String) Initializes a new instance of the CapeBadInvOrderException class with serialized data and the name of the operation raising the exception.
CapeBadInvOrderException(String, Exception, String) Initializes a new instance of the CapeBadInvOrderException class with a specified error message, a erence to the inner exception, and the name of the operation raising the exception that is the cause of this exception.

See Also