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)
Creates an ExceptionRaisedEventArgs.
public ExceptionRaisedEventArgs(Exception ex)
Parameters
ex
ExceptionException.
Properties
Exception
Exception.
public Exception Exception { get; }