Click or drag to resize

NotImplementedException Constructor

Initializes a new instance of the NotImplementedException class

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

Parameters

msg
Type: SystemString
See Also