Amazon.ElasticTranscoder.Model.IncompatibleVersionException.IncompatibleVersionException C# (CSharp) Метод

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

Constructs a new IncompatibleVersionException with the specified error message.
public IncompatibleVersionException ( string message ) : System
message string /// Describes the error encountered. ///
Результат 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