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

StateMachineDeletingException() public method

Construct instance of StateMachineDeletingException
public StateMachineDeletingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public StateMachineDeletingException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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