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

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

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

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 ) : System
InternalException