ImageGear for .NET
ThrowError(ImGearErrorCodes,String) Method




Numeric code of error from ImGearErrorCodes enumeration.
Human readable information about reason of exception.
Throws exception of ImGearException class.
Syntax
'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
) 

Parameters

errorCode
Numeric code of error from ImGearErrorCodes enumeration.
description
Human readable information about reason of exception.
See Also

Reference

ImGearException Class
ImGearException Members
Overload List
ImGearErrorCodes Enumeration

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback