Holds the filename of the unmanaged method that originated this exception, or an empty string if the exception didn't originate in unmanaged code.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual string File { get; }
Public Overridable ReadOnly Property File As String
	Get
public:
virtual property String^ File {
	String^ get ();
}

See Also