PipelineException Constructor

Initializes a new instance of the PipelineException class.

Overload List

Name Description
Public method PipelineException()

Initializes a new instance of the PipelineException class.

Public method PipelineException(String)

Initializes a new instance of the PipelineException class with a specified error message.

Public method PipelineException(String, Exception)

Initializes a new instance of the PipelineException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

Reference