GCVException Constructor (Int32, XmlNode) |
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GCVException(
int code,
XmlNode node
)
Public Sub New (
code As Integer,
node As XmlNode
)
public:
GCVException(
int code,
XmlNode^ node
)
new :
code : int *
node : XmlNode -> GCVException
Parameters
- code
- Type: SystemInt32
[Missing <param name="code"/> documentation for "M:DXMLBase.Gcv.GCVException.#ctor(System.Int32,System.Xml.XmlNode)"]
- node
- Type: System.XmlXmlNode
[Missing <param name="node"/> documentation for "M:DXMLBase.Gcv.GCVException.#ctor(System.Int32,System.Xml.XmlNode)"]
See Also