InvalidPipelineStateException Class

Definition

Defines exception which is thrown when state of the pipeline is different from expected state.

public ref class InvalidPipelineStateException : SystemException
[System.Serializable]
public class InvalidPipelineStateException : SystemException
public class InvalidPipelineStateException : SystemException
[<System.Serializable>]
type InvalidPipelineStateException = class
    inherit SystemException
type InvalidPipelineStateException = class
    inherit SystemException
Public Class InvalidPipelineStateException
Inherits SystemException
Inheritance
InvalidPipelineStateException
Attributes

Constructors

InvalidPipelineStateException()

Initializes a new instance of the InvalidPipelineStateException class.

InvalidPipelineStateException(String)

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

InvalidPipelineStateException(String, Exception)

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

Properties

CurrentState

Gets CurrentState of the pipeline.

ExpectedState

Gets ExpectedState of the pipeline.

Applies to