ErrorAbortEventArgs Constructor

Summary

The object constructor for the ErrorAbortEventArgs object.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal errorcode As ErrorCode _ 
) 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly