FaultPropagationRecord.IsFaultSource Property

Definition

A value that indicates whether this handler is the first handler for the fault.

public:
 property bool IsFaultSource { bool get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsFaultSource { get; }
public bool IsFaultSource { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsFaultSource : bool
member this.IsFaultSource : bool
Public ReadOnly Property IsFaultSource As Boolean

Property Value

true if this is the first handler for the exception. false if this handler is a subsequent handler for the fault.

Attributes

Applies to