public IslΛCrossJoinElement Create( IsIndexElement sIndexElement, IlIndexElement lIndexElement, IΛIndexElement ΛIndexElement) { IslΛCrossJoinElement crossJoinElement = null; try { crossJoinElement = new slΛCrossJoinElement( sIndexElement, lIndexElement, ΛIndexElement); } catch (Exception exception) { this.Log.Error("Exception message: " + exception.Message + " and stacktrace " + exception.StackTrace); } return(crossJoinElement); }
public IslΛCrossJoinElement Create( IsIndexElement sIndexElement, IlIndexElement lIndexElement, IΛIndexElement ΛIndexElement) { IslΛCrossJoinElement crossJoinElement = null; try { crossJoinElement = new slΛCrossJoinElement( sIndexElement, lIndexElement, ΛIndexElement); } catch (Exception exception) { this.Log.Error( exception.Message, exception); } return(crossJoinElement); }