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

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

Constructs a new InvalidTagFilterException with the specified error message.
public InvalidTagFilterException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InvalidTagFilterException(string message) 
            : base(message) {}
          

Same methods

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