ImageGear .NET - Updated
ThrowError(ImGearErrorCodes,String,Int32) Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearException Class > ThrowError Method : ThrowError(ImGearErrorCodes,String,Int32) Method
Numeric code of error from ImGearErrorCodes enumeration.
Human readable information about reason of exception.
Integer data supplied to error code. Its meaning depends on reason of exception.
Throws exception of ImGearException class.
Syntax
'Declaration
 
Public Overloads Shared Sub ThrowError( _
   ByVal errorCode As ImGearErrorCodes, _
   ByVal description As String, _
   ByVal value1 As Integer _
) 
'Usage
 
Dim errorCode As ImGearErrorCodes
Dim description As String
Dim value1 As Integer
 
ImGearException.ThrowError(errorCode, description, value1)
public static void ThrowError( 
   ImGearErrorCodes errorCode,
   string description,
   int value1
)
public: static void ThrowError( 
   ImGearErrorCodes errorCode,
   string* description,
   int value1
) 
public:
static void ThrowError( 
   ImGearErrorCodes errorCode,
   String^ description,
   int value1
) 

Parameters

errorCode
Numeric code of error from ImGearErrorCodes enumeration.
description
Human readable information about reason of exception.
value1
Integer data supplied to error code. Its meaning depends on reason of exception.
See Also

Reference

ImGearException Class
ImGearException Members
Overload List
ImGearErrorCodes Enumeration