public IsIndexElement Create( Organization value) { IsIndexElement indexElement = null; try { indexElement = new sIndexElement( value); } catch (Exception exception) { this.Log.Error("Exception message: " + exception.Message + " and stacktrace " + exception.StackTrace); } return(indexElement); }
public IsIndexElement Create( Organization value) { IsIndexElement indexElement = null; try { indexElement = new sIndexElement( value); } catch (Exception exception) { this.Log.Error( exception.Message, exception); } return(indexElement); }