[This is preliminary documentation and is subject to change.]

Type-safe implementation of ExceptionEventArgs<(Of <(<'T>)>)>

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class ExceptionEventArgs<T> : ExceptionEventArgs
where T : Exception
Visual Basic
Public Class ExceptionEventArgs(Of T As Exception) _
	Inherits ExceptionEventArgs
Visual C++
generic<typename T>
where T : Exception
public ref class ExceptionEventArgs : public ExceptionEventArgs
F#
type ExceptionEventArgs<'T when 'T : Exception> =  
    class
        inherit ExceptionEventArgs
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
Type of Exception carried

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Tools.ComponentModelT..::..ExceptionEventArgs
      Tools.ComponentModelT..::..ExceptionEventArgs<(Of <(<'T>)>)>

See Also