Exception

DocumentConverterResult.Exception property

Gets the exception that occurred during conversion, if any.

public Exception Exception { get; }

Property Value

The exception that caused the conversion to fail, or null if the conversion was successful.

See Also