Holds the unmanaged side of the call stack that led to this exception.

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

See Also