DiscovererExceptionRaised Event |
Occurs when an exception is raised.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic event EventHandler<ExceptionRaisedEventArgs> ExceptionRaised
Public Event ExceptionRaised As EventHandler(Of ExceptionRaisedEventArgs)
Dim instance As Discoverer
Dim handler As EventHandler(Of ExceptionRaisedEventArgs)
AddHandler instance.ExceptionRaised, handler
public:
event EventHandler<ExceptionRaisedEventArgs^>^ ExceptionRaised {
void add (EventHandler<ExceptionRaisedEventArgs^>^ value);
void remove (EventHandler<ExceptionRaisedEventArgs^>^ value);
}
member ExceptionRaised : IEvent<EventHandler<ExceptionRaisedEventArgs>,
ExceptionRaisedEventArgs>
Value
EventHandlerExceptionRaisedEventArgs
Remarks
See Also