Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromHResult Method








A int that represents a HRESULT value used to create a RasterException object.
Creates a RasterException object from the specified HRESULT value, if the value is a valid LEADTOOLS error code.
Syntax
public static RasterException FromHResult( 
   int hresult
)
'Declaration
 
Public Shared Function FromHResult( _
   ByVal hresult As Integer _
) As RasterException
'Usage
 
Dim hresult As Integer
Dim value As RasterException
 
value = RasterException.FromHResult(hresult)
public static RasterException FromHResult( 
   int hresult
)
 function Leadtools.RasterException.FromHResult( 
   hresult 
)
public:
static RasterException^ FromHResult( 
   int hresult
) 

Parameters

hresult
A int that represents a HRESULT value used to create a RasterException object.

Return Value

A new RasterException based on the specified LEADTOOLS HRESULT code, or null, if the value is not a valid LEADTOOLS error code.
Requirements

Target Platforms

See Also

Reference

RasterException Class
RasterException Members

Error processing SSI file