GSF.Web.Hosting.WebServer.OnExecutionException C# (CSharp) Method

OnExecutionException() private method

private OnExecutionException ( Exception exception ) : void
exception System.Exception
return void
        private void OnExecutionException(Exception exception)
        {
            ExecutionException?.Invoke(this, new EventArgs<Exception>(exception));
        }