Shaolinq.ObjectAlreadyExistsException.ObjectAlreadyExistsException C# (CSharp) Method

ObjectAlreadyExistsException() public method

public ObjectAlreadyExistsException ( IDataAccessObjectAdvanced obj, Exception innerException, string relatedQuery ) : System
obj IDataAccessObjectAdvanced
innerException System.Exception
relatedQuery string
return System
		public ObjectAlreadyExistsException(IDataAccessObjectAdvanced obj, Exception innerException, string relatedQuery)
			: base(innerException, relatedQuery)
		{
			this.Object = obj;
		}
	}
ObjectAlreadyExistsException