Amazon.DirectConnect.Model.TooManyTagsException.TooManyTagsException C# (CSharp) Метод

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

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

Same methods

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