Click or drag to resize

NodeNotInGraphException Constructor (Int32)

Initializes a new instance of the NodeNotInGraphException class

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

Parameters

node
Type: SystemInt32
See Also