ImageGear v26.3 - Updated
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)
    public static void ThrowError( 
       ImGearErrorCodes errorCode
    )
    public: static void ThrowError( 
       ImGearErrorCodes errorCode
    ) 
    public:
    static void ThrowError( 
       ImGearErrorCodes errorCode
    ) 

    Parameters

    errorCode
    Numeric code of error from ImGearErrorCodes enumeration.
    See Also