Amazon.StorageGateway.Model.InternalServerErrorException.InternalServerErrorException C# (CSharp) Method

InternalServerErrorException() public method

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

Same methods

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