FileFormatException Constructor (Uri^)
.NET Framework (current version)
Creates a new instance of the FileFormatException class with a source URI value.
Assembly: WindowsBase (in WindowsBase.dll)
This constructor initializes the Message property of the new FileFormatException instance to a system-supplied message that describes the error and includes the file name, such as "The file 'sourceUri' does not conform to the expected file format specification." This message takes into account the current system culture.
The SourceUri property is initialized using the sourceUri parameter.
.NET Framework
Available since 3.0
Available since 3.0
Show: