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

OnError() public method

IDebugErrorEvent2 is used to report error messages to the user when something goes wrong in the debug engine. The VSNDK debug engine doesn't take advantage of this. Not implemented.
public OnError ( int hrErr ) : void
hrErr int
return void
        public void OnError(int hrErr)
        {
        }