InvalidPipelineStateException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
InvalidPipelineStateException(String) |
Initializes a new instance of the InvalidPipelineStateException class with a specified error message. |
Properties
CurrentState |
Gets CurrentState of the pipeline. |
ExpectedState |
Gets ExpectedState of the pipeline. |