ParsedCallingRequest.Faulted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if the parser is faulted on parsing incoming request.
public bool Faulted ();
member this.Faulted : unit -> bool
Public Function Faulted () As Boolean
Returns
True if CallingContext is successful in processing the request; False otherwise.