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: 11.2.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