TUIOsharp.TuioServer.handlerOscErrorOccured C# (CSharp) Method

handlerOscErrorOccured() private method

private handlerOscErrorOccured ( object sender, ExceptionEventArgs exceptionEventArgs ) : void
sender object
exceptionEventArgs ExceptionEventArgs
return void
        private void handlerOscErrorOccured(object sender, ExceptionEventArgs exceptionEventArgs)
        {
            if (ErrorOccured != null) ErrorOccured(this, exceptionEventArgs);
        }