DocumentFormatException

DocumentFormatException(string)

Initializes a new instance of DocumentFormatException class.

public DocumentFormatException(string message)
Parameter Type Description
message String Message, describing exception context

See Also


DocumentFormatException(string, Exception)

Initializes a new instance of DocumentFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public DocumentFormatException(string message, Exception innerException)
Parameter Type Description
message String Message, describing exception context
innerException Exception Inner exception

See Also