Class PipelineExceptionNotHandledEventArgs
Provides data for the Pipeline
Inheritance
System.Object
PipelineExceptionNotHandledEventArgs
Namespace: Microsoft.Psi
Assembly: Microsoft.Psi.dll
Syntax
public class PipelineExceptionNotHandledEventArgs : EventArgs
Properties
View SourceException
Gets the exception thrown by the pipeline.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |