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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly