GCValueNotFoundException Constructor |
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GCValueNotFoundException(
string valueName,
XmlNode node
)
Public Sub New (
valueName As String,
node As XmlNode
)
public:
GCValueNotFoundException(
String^ valueName,
XmlNode^ node
)
new :
valueName : string *
node : XmlNode -> GCValueNotFoundException
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