FaultPropagationRecord.IsFaultSource Property
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.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.