Table of Contents

Class ExceptionRaisedEventArgs

Namespace
Lextm.SharpSnmpLib.Messaging
Assembly
SharpSnmpLib.dll

Provides data for exception raised event.

public sealed class ExceptionRaisedEventArgs : EventArgs
Inheritance
ExceptionRaisedEventArgs
Inherited Members

Constructors

ExceptionRaisedEventArgs(Exception)

public ExceptionRaisedEventArgs(Exception ex)

Parameters

ex Exception

Exception.

Properties

Exception

Exception.

public Exception Exception { get; }

Property Value

Exception