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