ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearException Class / ThrowError Method / ThrowError(ImGearErrorCodes) Method
Numeric code of error from ImGearErrorCodes enumeration.




In This Topic
ThrowError(ImGearErrorCodes) Method
In This Topic
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