Amazon.CodePipeline.Model.InvalidStageDeclarationException.InvalidStageDeclarationException C# (CSharp) Method

InvalidStageDeclarationException() public method

Constructs a new InvalidStageDeclarationException with the specified error message.
public InvalidStageDeclarationException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidStageDeclarationException(string message) 
            : base(message) {}
          

Same methods

InvalidStageDeclarationException::InvalidStageDeclarationException ( Exception innerException ) : System
InvalidStageDeclarationException::InvalidStageDeclarationException ( System info, System context ) : System
InvalidStageDeclarationException::InvalidStageDeclarationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidStageDeclarationException::InvalidStageDeclarationException ( string message, Exception innerException ) : System
InvalidStageDeclarationException::InvalidStageDeclarationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidStageDeclarationException