Click or drag to resize

UnhandledExceptionArgs Class

Arguments for an unhandled exception.
Inheritance Hierarchy
SystemObject
  FM.IceLinkUnhandledExceptionArgs

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The UnhandledExceptionArgs type exposes the following members.

Constructors
  NameDescription
Public methodUnhandledExceptionArgs
Initializes a new instance of the UnhandledExceptionArgs class.
Top
Properties
  NameDescription
Public propertyException
Gets the unhandled exception.
Public propertyHandled
Gets or sets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also