InvalidPipelineStateException
Class
Definition
Defines exception which is thrown when state of the pipeline is different from expected state.
public class InvalidPipelineStateException : SystemException
- Inheritance
-
InvalidPipelineStateException
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 |