ImageGear .NET - Updated October 26, 2017
ThrowError(ImGearErrorCodes) Method




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearException Class > ThrowError Method : ThrowError(ImGearErrorCodes) Method
Numeric code of error from ImGearErrorCodes enumeration.
Throws exception of ImGearException class.
Syntax
'Declaration
 
Public Overloads Shared Sub ThrowError( _
   ByVal errorCode As ImGearErrorCodes _
) 
 
'Usage
 
Dim errorCode As ImGearErrorCodes
 
ImGearException.ThrowError(errorCode)

Parameters

errorCode
Numeric code of error from ImGearErrorCodes enumeration.
See Also

Reference

ImGearException Class
ImGearException Members
Overload List
ImGearErrorCodes Enumeration