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

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

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

Same methods

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::LimitsExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LimitsExceededException