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

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

Constructs a new LimitExceededException with the specified error message.
public LimitExceededException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public LimitExceededException(string message) 
            : base(message) {}
          

Same methods

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