Click or drag to resize

GH_StringMismatchException Class

Exception used during Rule Set parsing.
Inheritance Hierarchy
SystemObject
  SystemException
    Grasshopper.Kernel.DataGH_StringMismatchException

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_StringMismatchException : Exception
Constructors
  NameDescription
Public methodGH_StringMismatchException
Initializes a new instance of the GH_StringMismatchException class
Public methodGH_StringMismatchException(String)
Initializes a new instance of the GH_StringMismatchException class
Top
See Also