Amazon.WAF.Model.WAFLimitsExceededException.WAFLimitsExceededException C# (CSharp) Метод

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

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

Same methods

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