Amazon.CodeDeploy.Model.InvalidTagException.InvalidTagException C# (CSharp) Метод

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

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

Same methods

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