Click or drag to resize
GCVXmlParseException Constructor (Int32, XmlNode)
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,
	XmlNode node
)

Parameters

code
Type: SystemInt32

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

node
Type: System.XmlXmlNode

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

See Also