Amazon.Shield.Model.LimitsExceededException.LimitsExceededException C# (CSharp) Метод

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

Construct instance of LimitsExceededException
public LimitsExceededException ( 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 LimitsExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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