OperationResultHandler.ErrorStackTrace Property

Definition

Get the error stack trace if any.

public virtual string ErrorStackTrace { get; }
public virtual string? ErrorStackTrace { get; }
member this.ErrorStackTrace : string
Public Overridable ReadOnly Property ErrorStackTrace As String

Property Value

The stack trace.

Remarks

When an OperationException is received, the stack trace should not be shown by default.

Applies to