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

InvalidStageDeclarationException() public method

Construct instance of InvalidStageDeclarationException
public InvalidStageDeclarationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public InvalidStageDeclarationException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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