public IstCrossJoinElement Create( IsIndexElement sIndexElement, ItIndexElement tIndexElement) { IstCrossJoinElement crossJoinElement = null; try { crossJoinElement = new stCrossJoinElement( sIndexElement, tIndexElement); } catch (Exception exception) { this.Log.Error("Exception message: " + exception.Message + " and stacktrace " + exception.StackTrace); } return(crossJoinElement); }
public IstCrossJoinElement Create( IsIndexElement sIndexElement, ItIndexElement tIndexElement) { IstCrossJoinElement crossJoinElement = null; try { crossJoinElement = new stCrossJoinElement( sIndexElement, tIndexElement); } catch (Exception exception) { this.Log.Error( exception.Message, exception); } return(crossJoinElement); }