GH_ScriptVariant.ThrowOperatorException Method (String, String, String)

GH_ScriptVariantThrowOperatorException Method (String, String, String)

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected static void ThrowOperatorException(
	string op_name,
	string A,
	string B
)
Protected Shared Sub ThrowOperatorException ( 
	op_name As String,
	A As String,
	B As String
)

Parameters

op_name
Type: SystemString
A
Type: SystemString
B
Type: SystemString
See Also