LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ErrorAbortEventArgs Constructor
See Also 
Leadtools.Multimedia Namespace > ErrorAbortEventArgs Class : ErrorAbortEventArgs Constructor



errorcode
The integer error code related to the error.
The object constructor for the ErrorAbortEventArgs object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal errorcode As ErrorCode _
)
Visual Basic (Usage)Copy Code
Dim errorcode As ErrorCode
 
Dim instance As New ErrorAbortEventArgs(errorcode)
C# 
public ErrorAbortEventArgs( 
   ErrorCode errorcode
)
C++/CLI 
public:
ErrorAbortEventArgs( 
   ErrorCode errorcode
)

Parameters

errorcode
The integer error code related to the error.

Remarks

This constructer is called internally when an ErrorAbortEvent occurs. For more information, refer to the Error Codes.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also