Rhino.ScriptRuntime.UndefReadError C# (CSharp) Method

UndefReadError() public static method

public static UndefReadError ( object @object, object id ) : Exception
@object object
id object
return System.Exception
		public static Exception UndefReadError(object @object, object id)
		{
			return TypeError2("msg.undef.prop.read", ToString(@object), ToString(id));
		}
ScriptRuntime