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

StateMachineDeletingException() public method

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

Same methods

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 ) : System
StateMachineDeletingException::StateMachineDeletingException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
StateMachineDeletingException