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

DescriptionTooLongException() public method

Constructs a new DescriptionTooLongException with the specified error message.
public DescriptionTooLongException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public DescriptionTooLongException(string message) 
            : base(message) {}
          

Same methods

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