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

DescriptionTooLongException() public method

Construct instance of DescriptionTooLongException
public DescriptionTooLongException ( Exception innerException ) : System
innerException System.Exception
return System
        public DescriptionTooLongException(Exception innerException) 
            : base(innerException) {}
            

Same methods

DescriptionTooLongException::DescriptionTooLongException ( System info, System context ) : System
DescriptionTooLongException::DescriptionTooLongException ( string message ) : 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