Constructor RecursiveGraphReferenceException
RecursiveGraphReferenceException()
Creates an exception with the default base message.
public RecursiveGraphReferenceException()
RecursiveGraphReferenceException(string)
Creates an exception describing the detected recursive dependency chain.
public RecursiveGraphReferenceException(string message)
Parameters
messagestringThe error message to attach to the exception.