SharpFS -- A Virtual FileSystem for .NET

FileManager.GetExceptionThrown Method 

[This is preliminary documentation and subject to change.]

Returns the exception that was thrown while trying to load a file, or null if no exception occurred.

public Exception GetExceptionThrown(
   string fileName
);

Parameters

fileName
The name of the file to check.

Return Value

The exception thrown, or null.

See Also

FileManager Class | SharpFS Namespace