Error Event

Summary
Occurs when an error occurs.
Syntax
C#
VB
C++
public event EventHandler<ErrorEventArgs> Error 
Public Event Error As EventHandler(Of ErrorEventArgs) 
public: 
event EventHandler<ErrorEventArgs^>^ Error 
Event Data

The event handler receives an argument of type ErrorEventArgs containing data related to this event. The following ErrorEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets the error exception.
Requirements

Target Platforms

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

Leadtools.Dicom.Server.Admin Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.