FaultPropagationRecord.IsFaultSource 속성

정의

이 처리기가 오류의 첫 번째 처리기인지 여부를 나타내는 값입니다.

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

속성 값

true 예외에 대한 첫 번째 처리기인 경우 false 이 처리기가 오류에 대한 후속 처리기인 경우

특성

적용 대상