CapeBadArgumentException Constructor

Overload List

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

See Also