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

TaskTimedOutException() public method

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

Same methods

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