ImageGear .NET
GetErrorDescription Method




Pointer to Input Location object.
Return a detailed error description.
Syntax
'Declaration
 
<DllImportAttribute("ImageGear23.Formats.Office.workerexport.dll")>
<PreserveSigAttribute()>
Public Shared Function GetErrorDescription( _
   ByVal inputLocation As IntPtr _
) As IntPtr
'Usage
 
Dim inputLocation As IntPtr
Dim value As IntPtr
 
value = WorkerImports.GetErrorDescription(inputLocation)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public static IntPtr GetErrorDescription( 
   IntPtr inputLocation
)
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public: static IntPtr GetErrorDescription( 
   IntPtr inputLocation
) 
[DllImport("ImageGear23.Formats.Office.workerexport.dll")]
[PreserveSig()]
public:
static IntPtr GetErrorDescription( 
   IntPtr inputLocation
) 

Parameters

inputLocation
Pointer to Input Location object.

Return Value

Text with last error detailed description. Can be null if Worker DLL does not provide a details for current error.
See Also

Reference

WorkerImports Class
WorkerImports Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback