Click or drag to resize

UnhandledExceptionArgs Class

Event arguments which provides data for unhandled exceptions event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddInUnhandledExceptionArgs

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class UnhandledExceptionArgs : EventArgs

The UnhandledExceptionArgs type exposes the following members.

Properties
 NameDescription
Public propertyException Returns the thrown exception
Public propertyHandled Gets or sets, if unhandled exception is handled in user code.
Public propertyMessage Returns an additional message
Public propertyTypeName Returns the type of the thrown exception
Top
See Also