ImageGear22.Core Assembly > ImageGear.Core Namespace > ImGearException Class > ThrowError Method : ThrowError(ImGearErrorCodes,String,Int32) Method |
'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 )