C#
VB
WinRT C#
C++
Creates a RasterException object from the specified HRESULT value, if the value is a valid LEADTOOLS error code.
public static Leadtools.RasterException FromHResult(
int hresult
)
Public Shared Function FromHResult( _
ByVal hresult As Integer _
) As Leadtools.RasterException
public static Leadtools.RasterException FromHResult(
int hresult
)
function Leadtools.RasterException.FromHResult(
hresult
)
public:
static Leadtools.RasterException^ FromHResult(
int hresult
)
hresult
A int that represents a HRESULT value used to create a RasterException object.
A new RasterException based on the specified LEADTOOLS HRESULT code, or null, if the value is not a valid LEADTOOLS error code.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET