TUIOsharp.TuioServer.handlerOscErrorOccured C# (CSharp) Метод

handlerOscErrorOccured() приватный Метод

private handlerOscErrorOccured ( object sender, ExceptionEventArgs exceptionEventArgs ) : void
sender object
exceptionEventArgs ExceptionEventArgs
Результат void
        private void handlerOscErrorOccured(object sender, ExceptionEventArgs exceptionEventArgs)
        {
            if (ErrorOccured != null) ErrorOccured(this, exceptionEventArgs);
        }