ConversionItemInfo.ErrorMessage Property
Gets a string that provides a localized message that explains why the conversion failed.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorMessage As String
Get
'Usage
Dim instance As ConversionItemInfo
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
Property Value
Type: System.String
Returns String.
Remarks
This property returns an empty string if the conversion has not started or if it has succeeded. Use this property to provide information to end users about conversion job failures.