FailFastException.StackTrace Property
This member overrides Exception.StackTrace.
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property StackTrace As String
Get
'Usage
Dim instance As FailFastException
Dim value As String
value = instance.StackTrace
public override string StackTrace { get; }
Property Value
Type: System.String
Implements
See Also