Holds the name 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 Function { get; }
Public Overridable ReadOnly Property Function As String
	Get
public:
virtual property String^ Function {
	String^ get ();
}

See Also