Constructor DocumentIntegrityException
DocumentIntegrityException()
Initializes the exception.
public DocumentIntegrityException()
DocumentIntegrityException(string)
Initializes the exception with a message.
public DocumentIntegrityException(string message)
Parameters
messagestringThe error message.
DocumentIntegrityException(string, Exception?)
Initializes the exception with a message and an inner exception.
public DocumentIntegrityException(string message, Exception? innerException)