Shaolinq.ObjectAlreadyExistsException.ObjectAlreadyExistsException C# (CSharp) 메소드

ObjectAlreadyExistsException() 공개 메소드

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