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

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

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

Same methods

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