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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.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 (); }