GSF.IO.RunTimeLog.OnProcessException C# (CSharp) Méthode

OnProcessException() protected méthode

Raises ProcessException event.
protected OnProcessException ( Exception ex ) : void
ex System.Exception Processing .
Résultat void
        protected virtual void OnProcessException(Exception ex)
        {
            if ((object)ProcessException != null)
                ProcessException(this, new EventArgs<Exception>(ex));
        }