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

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

Parameters

code
Type: SystemInt32

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

parms
Type: SystemObject

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

node
Type: System.XmlXmlNode

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

See Also