Amazon.Inspector.Model.InternalException.InternalException C# (CSharp) Метод

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

Construct instance of InternalException
public InternalException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public InternalException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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