Click or drag to resize

GH_SignatureException Constructor

Initializes a new instance of the GH_SignatureException class

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_SignatureException(
	List<GH_Variant> args,
	string name
)

Parameters

args
Type: System.Collections.GenericListGH_Variant
name
Type: SystemString
See Also