ImageGear .NET - Updated May 1, 2018
ErrorCode Property (ImGearException)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearException Class : ErrorCode Property
Gets or sets error code from ImGearErrorCodes enumeration.
Syntax
'Declaration
 
Public Property ErrorCode As ImGearErrorCodes
 
'Usage
 
Dim instance As ImGearException
Dim value As ImGearErrorCodes
 
instance.ErrorCode = value
 
value = instance.ErrorCode

Property Value

ImGearErrorCodes enumeration value.
Remarks
Returns or updates the code of the error that occured.
See Also

Reference

ImGearException Class
ImGearException Members
ImGearErrorCodes Enumeration