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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.