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

StateMachineAlreadyExistsException() public method

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

Same methods

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