Occurs when the file system has encountered an error and needs to determine whether it should reconnect to the server.
public event EventHandler<TEventArgs> ReconnectionErrorChecking
Public Event ReconnectionErrorChecking EventHandler(Of TEventArgs)
public:
event EventHandler<TEventArgs>^ ReconnectionErrorChecking
Remarks
This event is fired when the
IsFatalError method is called.