GH_UndoException Constructor (String, Object) |
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