CircuitOptions.DetailedErrors Property

Definition

Gets or sets a value that determines whether or not to send detailed exception messages to JavaScript when an unhandled exception happens on the circuit or when a .NET method invocation through JS interop results in an exception.

public:
 property bool DetailedErrors { bool get(); void set(bool value); };
public bool DetailedErrors { get; set; }
member this.DetailedErrors : bool with get, set
Public Property DetailedErrors As Boolean

Property Value

Defaults to false.

Remarks

This value should only be turned on in development scenarios as turning it on in production might result in the leak of sensitive information to untrusted parties.

Applies to