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

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

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

Same methods

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