Amazon.DataPipeline.Model.InternalServiceErrorException.InternalServiceErrorException C# (CSharp) Метод

InternalServiceErrorException() публичный Метод

Construct instance of InternalServiceErrorException
public InternalServiceErrorException ( Exception innerException ) : System
innerException System.Exception
Результат 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