FileFormatException Constructor
Creates a new instance of the FileFormatException class.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | FileFormatException() | Creates a new instance of the FileFormatException class. |
![]() | FileFormatException(SerializationInfo, StreamingContext) | Creates a new instance of the FileFormatException class and initializes it with serialized data. This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. |
![]() | FileFormatException(String) | Creates a new instance of the FileFormatException class with a specified error message. |
![]() | FileFormatException(String, Exception) | Creates a new instance of the FileFormatException class with a specified error message and exception type. |
![]() | FileFormatException(Uri) | Creates a new instance of the FileFormatException class with a source URI value. |
![]() | FileFormatException(Uri, Exception) | Creates a new instance of the FileFormatException class with a source URI value and an exception type. |
![]() | FileFormatException(Uri, String) | Creates a new instance of the FileFormatException class with a source URI value and a specified error message. |
![]() | FileFormatException(Uri, String, Exception) | Creates a new instance of the FileFormatException class with a source URI value, a specified error message, and an exception type. |

