Windows apps
Collapse the table of content
Expand the table of content
Information
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::SourceUri Property

 

Gets the name of a file that caused the FileFormatException.

Namespace:   System.IO
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property Uri^ SourceUri {
	Uri^ get();
}

Property Value

Type: System::Uri^

A Uri that represents the name the file that caused the exception.

If there was an error in obtaining the name the file that caused the exception, the return value is null, and SourceUri.ToString returns an empty string.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft