Amazon.ElasticTranscoder.Model.IncompatibleVersionException.IncompatibleVersionException C# (CSharp) Method

IncompatibleVersionException() public method

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

Same methods

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