Mono.Addins.Gui.InstallMonitor.ReportError C# (CSharp) Method

ReportError() public method

public ReportError ( string message, Exception exception ) : void
message string
exception System.Exception
return void
        public void ReportError(string message, Exception exception)
        {
            errors.Add (message);
        }