Hi all
In CommandBase.cs we have
protected
virtual void DataPortal_OnDataPortalException(DataPortalEventArgs)which should be
protected
virtual void DataPortal_OnDataPortalException(DataPortalEventArgs e, Exception ex)in line with all the other base classes.
John.
Copyright (c) Marimer LLC