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

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

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

Same methods

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