ConversionItemInfo.ErrorCode Property
Gets or sets a failure code that specifies the reason why the conversion failed.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property ErrorCode As Integer
Get
Set
'Usage
Dim instance As ConversionItemInfo
Dim value As Integer
value = instance.ErrorCode
instance.ErrorCode = value
public int ErrorCode { get; set; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
This property returns 0 if the conversion has not started, if it is in progress, or if it has succeeded.