Overload | Description |
---|---|
InvalidFormatException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the InvalidFormatException class with serialized data. |
InvalidFormatException Constructor() | Initializes a new instance of the InvalidFormatException class. |
InvalidFormatException Constructor(Int32,String) | Initializes a new instance of the InvalidFormatException class with a specified error message and an error code associated with this exception. |
InvalidFormatException Constructor(String,Exception) | Initializes a new instance of the InvalidFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
InvalidFormatException Constructor(String) | Initializes a new instance of the InvalidFormatException class with a specified error message. |