Click or drag to resize

GH_UndoException Constructor (String, Object)

Initializes a new instance of the GH_UndoException class

Namespace:  Grasshopper.Kernel.Undo
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_UndoException(
	string message,
	params Object[] args
)

Parameters

message
Type: SystemString
args
Type: SystemObject
See Also