Click or drag to resize
GCValueParseException Constructor (Int32, Int32)
Initializes a new instance of the GCValueParseException class

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GCValueParseException(
	int code,
	int errIndex
)

Parameters

code
Type: SystemInt32

[Missing <param name="code"/> documentation for "M:DXMLBase.Gcv.GCValueParseException.#ctor(System.Int32,System.Int32)"]

errIndex
Type: SystemInt32

[Missing <param name="errIndex"/> documentation for "M:DXMLBase.Gcv.GCValueParseException.#ctor(System.Int32,System.Int32)"]

See Also