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