ErrorMessage

DocumentConverterResult.ErrorMessage property

Gets the error message if the conversion failed.

public string ErrorMessage { get; }

Property Value

The error message describing why the conversion failed, or null if the conversion was successful.

See Also