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

StateMachineLimitExceededException() public method

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

Same methods

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