IWithDetailedErrorMessages<ParentT> Interface

Definition

A web app diagnostic log definition allowing detailed error messages to be specified.

public interface IWithDetailedErrorMessages<ParentT>
type IWithDetailedErrorMessages<'ParentT> = interface
Public Interface IWithDetailedErrorMessages(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithDetailedErrorMessages(Boolean)

Specifies if detailed error messages should be gathered from the web app.

Applies to