Click or drag to resize
GCValueNotFoundException Constructor
Initializes a new instance of the GCValueNotFoundException class

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GCValueNotFoundException(
	string valueName,
	XmlNode node
)

Parameters

valueName
Type: SystemString

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

node
Type: System.XmlXmlNode

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

See Also