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

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

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

Same methods

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