CorruptedDocumentException

CorruptedDocumentException()

Initializes a new instance of the CorruptedDocumentException class.

public CorruptedDocumentException()

See Also


CorruptedDocumentException(string)

Initializes a new instance of the CorruptedDocumentException class with the message.

public CorruptedDocumentException(string message)
Parameter Type Description
message String The message that describes the error.

See Also