Class PipelineFaultedEventArgs
Contains data for pipeline-faulted notifications.
public sealed class PipelineFaultedEventArgs
- Inheritance
-
PipelineFaultedEventArgs
- Inherited Members
Constructors
PipelineFaultedEventArgs(string, PipelineFaultState)
Initializes a new pipeline-faulted payload.
public PipelineFaultedEventArgs(string pipelineName, PipelineFaultState fault)
Parameters
pipelineNamestringfaultPipelineFaultState
Properties
ComponentKind
Gets the kind of component that faulted.
public PipelineComponentKind ComponentKind { get; }
Property Value
ComponentName
Gets the faulting component name.
public string ComponentName { get; }
Property Value
Exception
Gets the underlying exception.
public Exception Exception { get; }
Property Value
Fault
Gets the recorded pipeline fault.
public PipelineFaultState Fault { get; }
Property Value
PipelineName
Gets the logical pipeline name.
public string PipelineName { get; }