Shaolinq.Persistence.SqlDatabaseContext.DecorateException C# (CSharp) Method

DecorateException() public method

public DecorateException ( Exception exception, DataAccessObject dataAccessObject, string relatedQuery ) : Exception
exception System.Exception
dataAccessObject DataAccessObject
relatedQuery string
return System.Exception
		public virtual Exception DecorateException(Exception exception, DataAccessObject dataAccessObject, string relatedQuery)
		{
			return exception;
		}