Amazon.StepFunctions.Model.StateMachineDeletingException.StateMachineDeletingException C# (CSharp) Method

StateMachineDeletingException() public method

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

Same methods

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