GH_UndoException Constructor (String, Object[])

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
)
Public Sub New ( 
	message As String,
	ParamArray args As Object()
)

Parameters

message
Type: SystemString
args
Type: SystemObject
See Also