UnsupportedDocumentFormatException

UnsupportedDocumentFormatException()

Initializes a new instance of the UnsupportedDocumentFormatException class.

public UnsupportedDocumentFormatException()

See Also


UnsupportedDocumentFormatException(string)

Initializes a new instance of the UnsupportedDocumentFormatException class.

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

See Also