Amazon.SimpleSystemsManagement.Model.InvalidDocumentVersionException.InvalidDocumentVersionException C# (CSharp) Метод

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

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

Same methods

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