Universal.Torrent.Client.ClientEngine.RaiseCriticalException C# (CSharp) Method

RaiseCriticalException() private method

private RaiseCriticalException ( CriticalExceptionEventArgs e ) : void
e Universal.Torrent.Client.Args.CriticalExceptionEventArgs
return void
        internal void RaiseCriticalException(CriticalExceptionEventArgs e)
        {
            Toolbox.RaiseAsyncEvent(CriticalException, this, e);
        }