Amazon.CodeDeploy.Model.InvalidTagException.InvalidTagException C# (CSharp) Method

InvalidTagException() public method

Construct instance of InvalidTagException
public InvalidTagException ( Exception innerException ) : System
innerException System.Exception
return 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