Class gException
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class gException : Exception, ISerializable, _Exception
Constructors
gException(String)
Declaration
public gException(string sMessage)
Parameters
Type |
Name |
Description |
String |
sMessage |
|
gException(String, Object)
Declaration
public gException(string text, object arg0)
Parameters
gException(String, Object, Object)
Declaration
public gException(string text, object arg0, object arg1)
Parameters
gException(String, Object[])
Declaration
public gException(string text, params object[] args)
Parameters
Implements