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

Event arguments to carry exception with possibility to let the consumer to decide to ignore the exception

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

Syntax

C#
public class RecoveryExceptionEventArgs : ExceptionEventArgs
Visual Basic
Public Class RecoveryExceptionEventArgs _
	Inherits ExceptionEventArgs
Visual C++
public ref class RecoveryExceptionEventArgs : public ExceptionEventArgs
F#
type RecoveryExceptionEventArgs =  
    class
        inherit ExceptionEventArgs
    end
JScript
public class RecoveryExceptionEventArgs extends ExceptionEventArgs

Inheritance Hierarchy

See Also