Amazon.CloudTrail.Model.InternalErrorException.InternalErrorException C# (CSharp) Méthode

InternalErrorException() private méthode

private InternalErrorException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        internal InternalErrorException(Exception innerException) 
            : base(innerException) {}
            

Same methods

InternalErrorException::InternalErrorException ( string message ) : System
InternalErrorException::InternalErrorException ( string message, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
InternalErrorException::InternalErrorException ( string message, Exception innerException ) : System
InternalErrorException::InternalErrorException ( string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
InternalErrorException