OpenHome.Net.ControlPoint.SyncProxyAction.ReportError C# (CSharp) Method

ReportError() public method

public ReportError ( ) : void
return void
        public void ReportError()
        {
            if (iProxyError != null)
            {
                throw iProxyError;
            }
        }