Amazon.ECS.AmazonECSException.AmazonECSException C# (CSharp) Method

AmazonECSException() public method

Construct instance of AmazonECSException
public AmazonECSException ( Exception innerException ) : System
innerException System.Exception
return System
        public AmazonECSException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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