GH_SignatureException Constructor |
Namespace:
Grasshopper.Kernel.Expressions
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_SignatureException(
List<GH_Variant> args,
string name
)
Public Sub New (
args As List(Of GH_Variant),
name As String
)
Parameters
- args
- Type: System.Collections.GenericListGH_Variant
- name
- Type: SystemString
See Also