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);
        }