Click or drag to resize

NodeNotInGraphException Constructor (String)

Initializes a new instance of the NodeNotInGraphException class

Namespace:  GraphLibrary.Exceptions
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public NodeNotInGraphException(
	string node
)

Parameters

node
Type: SystemString
See Also