PipelineException Class
Definition
Exception thrown by a Pipeline<TBaseNode> when one or more Exceptions occur during processing. InnerException will contain specifics of the Exception, and will be an AggregateException if multiple exceptions occurred.
public sealed class PipelineException : Exception, ISerializable
Properties
| Name | Description |
|---|---|
Message |
Gets a message that describes the current exception. |
Stage |
The name of the stage the exception occurred in. |