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