Initializes a new instance of the
InvalidFileFormatException class.
Syntax
public InvalidFileFormatException(
string
)
public:
InvalidFileFormatException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also