The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FileFormatException Constructor (String^, Exception^)
.NET Framework (current version)
Creates a new instance of the FileFormatException class with a specified error message and exception type.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- message
-
Type:
System::String^
A String value that represents the error message.
- innerException
-
Type:
System::Exception^
The value of the InnerException property, which represents the cause of the current exception.
This constructor initializes the Message property of the new FileFormatException instance with the specified error message represented by message.
.NET Framework
Available since 3.0
Available since 3.0
Show: