CommonErrorData.StackTrace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the stack trace associated with the error.
[System.Runtime.Serialization.DataMember(Name="stack", Order=2)]
public string StackTrace { get; set; }
[System.Runtime.Serialization.DataMember(Name="stack", Order=2)]
public string? StackTrace { get; set; }
[<System.Runtime.Serialization.DataMember(Name="stack", Order=2)>]
member this.StackTrace : string with get, set
Public Property StackTrace As String
Property Value
- Attributes