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

StateMachineDoesNotExistException() public method

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

Same methods

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