GenSync.Logging.EntitySynchronizationLogger.LogAbortedDueToError C# (CSharp) Method

LogAbortedDueToError() public method

public LogAbortedDueToError ( Exception exception ) : void
exception System.Exception
return void
    public void LogAbortedDueToError (Exception exception)
    {
      _exceptionThatLeadToAbortion = exception.ToString();
    }

Same methods

EntitySynchronizationLogger::LogAbortedDueToError ( string errorMessage ) : void