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

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GCVXmlParseException(
	int code,
	Object[] parms
)

Parameters

code
Type: SystemInt32

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

parms
Type: SystemObject

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

See Also