clsDBSysField..::..CompileException Property

Namespace:  JiwaFinancials.Jiwa.JiwaDBSysTemplate
Assembly:  JiwaDBSysTemplate (in JiwaDBSysTemplate.dll)

Syntax


public Exception CompileException { get; set; }
Public Property CompileException As Exception
	Get
	Set
public:
property Exception^ CompileException {
	Exception^ get ();
	void set (Exception^ value);
}