\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Exceptions.PipelineException Class Reference

Detailed Description

Base class for all exceptions thrown by Pipeline API components

Inheritance diagram for FiftyOne.Pipeline.Core.Exceptions.PipelineException:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Exceptions.PipelineException:

[legend]

Public Member Functions

 PipelineException ()
Constructor More...
 PipelineException (string message)
Constructor More...
 PipelineException (string message, Exception innerException)
Constructor More...

Constructor & Destructor Documentation

◆ PipelineException() [1/3]

FiftyOne.Pipeline.Core.Exceptions.PipelineException.PipelineException ( )

Constructor

◆ PipelineException() [2/3]

FiftyOne.Pipeline.Core.Exceptions.PipelineException.PipelineException ( string   message )

Constructor

Parameters
message - The exception message

◆ PipelineException() [3/3]

FiftyOne.Pipeline.Core.Exceptions.PipelineException.PipelineException ( string   message,
Exception   innerException  
)

Constructor

Parameters
message - The exception message
innerException - The inner exception that triggered this exception.