ImageGear22.Core Assembly > ImageGear.Core Namespace > ImGearException Class > ThrowError Method : ThrowError(ImGearErrorCodes,String) Method |
'Declaration Public Overloads Shared Sub ThrowError( _ ByVal errorCode As ImGearErrorCodes, _ ByVal description As String _ )
'Usage Dim errorCode As ImGearErrorCodes Dim description As String ImGearException.ThrowError(errorCode, description)
public static void ThrowError( ImGearErrorCodes errorCode, string description )
public: static void ThrowError( ImGearErrorCodes errorCode, string* description )
public: static void ThrowError( ImGearErrorCodes errorCode, String^ description )