VSNDK.DebugEngine.EngineCallback.OnException C# (CSharp) Method

OnException() public method

Exception events are sent when an exception occurs in the debugged that the debugger was not expecting. The VSNDK debug engine does not support these. Not implemented.
public OnException ( ) : void
return void
        public void OnException()
        {
            throw new Exception("The method or operation is not implemented.");
        }