ParsedCallingRequest.Faulted Method

Definition

Check if the parser is faulted on parsing incoming request.

public bool Faulted ();
member this.Faulted : unit -> bool
Public Function Faulted () As Boolean

Returns

Boolean

True if CallingContext is successful in processing the request; False otherwise.

Applies to