DnsServerExceptionThrown Event
This event is fired on exceptions of the listeners. You can use it for custom logging.
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public event AsyncEventHandler<ExceptionEventArgs> ExceptionThrown
Public Event ExceptionThrown As AsyncEventHandler(Of ExceptionEventArgs)
public:
event AsyncEventHandler<ExceptionEventArgs^>^ ExceptionThrown {
void add (AsyncEventHandler<ExceptionEventArgs^>^ value);
void remove (AsyncEventHandler<ExceptionEventArgs^>^ value);
}
member ExceptionThrown : IEvent<AsyncEventHandler<ExceptionEventArgs>,
ExceptionEventArgs>
Value
AsyncEventHandlerExceptionEventArgs