: CreationErrorType (Enumeración) (Microsoft.HtmlTrans)

Returns errors that may occur during the document conversion process.

Espacio de nombres:
Ensamblado: Microsoft.HtmlTrans.Interface (in microsoft.htmltrans.interface.dll)

Sintaxis

'Declaración
Public Enumeration CreationErrorType
'Uso
Dim instance As CreationErrorType
public enum CreationErrorType

Miembros

  Nombre de miembro Descripción
CE_ALREADYRUNNING Indicates the specified conversion task is already running. 
CE_BACKENDUNAVAILABLE Indicates the objects implementing the IHtmlTrLoadBalancer or IHtmlTrLauncher interface are unavailable. 
CE_BADINPUT Indicates the command-line arguments used to start the converter are invalid; for example, the file type is not recognized by the custom converter application. 
CE_CRASH Indicates the converter has crashed. 
CE_DISKWRITEERROR Indicates a disk write error has occurred. 
CE_HANG Indicates the converter has not responded within the time-out specified in the call to the CHICreateHtmlmethod. Increasing the time-out value might prevent this error. 
CE_NONE Indicates no error has occurred. 
CE_OTHER Indicates an unspecified error has occurred. 
CE_OTHER_BLOCKLIST Indicates that the converter failed to produce any output. 
CE_RESOURCESUNAVAILABLE Indicates there is insufficient memory or other resources to complete the conversion. 
CE_SERVERFILENOTFOUND Indicates the IHtmlTrLauncher implementation could not locate the converter. 
CE_SPGETCONTENTFAILED Indicates the handler page could not retrieve the requested file from Windows SharePoint Services. 
CE_STARTTIMEOUT Indicates the converter did not begin its task before the specified time-out. 

Comentarios

The ce property of the CreateHtmlInfo object returned by the CHICreateHtml method of the IHtmlTrLauncher interface returns a value from the CreationErrorType enumeration.

Ejemplo

For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, including the CreationErrorType enumeration, see the CHICreateHtml method.

Vea también

Referencia

Microsoft.HtmlTrans (Espacio de nombres)