Amazon.DataPipeline.Model.InternalServiceErrorException.InternalServiceErrorException C# (CSharp) Method

InternalServiceErrorException() public method

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

Same methods

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