Amazon.SQS.Model.OverLimitException.OverLimitException C# (CSharp) Метод

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

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

Same methods

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