Click or drag to resize

GH_BracketMismatchException Constructor (String, Int32)

Initializes a new instance of the GH_BracketMismatchException class

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_BracketMismatchException(
	string message,
	int location
)

Parameters

message
Type: SystemString
location
Type: SystemInt32
See Also