Amazon.CognitoIdentity.Model.LimitExceededException.LimitExceededException C# (CSharp) Метод

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

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

Same methods

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