GH_StringMismatchException Constructor (String)

GH_StringMismatchException Constructor (String)

Initializes a new instance of the GH_StringMismatchException class

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_StringMismatchException(
	string message
)
Public Sub New ( 
	message As String
)

Parameters

message
Type: SystemString
See Also