Cape Invalid Argument Exception Constructor
Overload List
| CapeInvalidArgumentException(Int32) | Initializes a new instance of the CapeInvalidArgumentException class with the position of the error. |
| CapeInvalidArgumentException(String, Int32) | Initializes a new instance of the CapeInvalidArgumentException class with a specified error message and the position of the error. |
| CapeInvalidArgumentException(SerializationInfo, StreamingContext, Int32) | Initializes a new instance of the CapeInvalidArgumentException class with serialized data and the position of the error. |
| CapeInvalidArgumentException(String, Exception, Int32) | Initializes a new instance of the CapeInvalidArgumentException class with a specified error message and a erence to the inner exception that is the cause of this exception. |