EdmSchemaError.StackTrace Property

Definition

Gets a string representation of the stack trace at the time the error occurred.

public:
 property System::String ^ StackTrace { System::String ^ get(); };
public string StackTrace { get; }
member this.StackTrace : string
Public ReadOnly Property StackTrace As String

Property Value

A string representation of the stack trace at the time the error occurred.

Applies to