Shaolinq.MissingRelatedDataAccessObjectException.MissingRelatedDataAccessObjectException C# (CSharp) Method

MissingRelatedDataAccessObjectException() public method

public MissingRelatedDataAccessObjectException ( ) : System
return System
		public MissingRelatedDataAccessObjectException()
			: this(null, null)
		{
		}

Same methods

MissingRelatedDataAccessObjectException::MissingRelatedDataAccessObjectException ( Exception innerException, string relatedQuery ) : System
MissingRelatedDataAccessObjectException::MissingRelatedDataAccessObjectException ( IDataAccessObjectAdvanced missingObject ) : System
MissingRelatedDataAccessObjectException::MissingRelatedDataAccessObjectException ( IDataAccessObjectAdvanced missingObject, IDataAccessObjectAdvanced parentObject, Exception innerException, string relatedQuery ) : System
MissingRelatedDataAccessObjectException