Gets or sets the ExceptionMgr used by this control to display exception information.
Namespace: Censitif.Library.ControlAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public IExceptionMgr ExceptionMgr { get; set; }
public IExceptionMgr ExceptionMgr { get; set; }
Public Property ExceptionMgr As IExceptionMgr
Get
Set
Public Property ExceptionMgr As IExceptionMgr
Get
Set
public:
property IExceptionMgr^ ExceptionMgr {
IExceptionMgr^ get ();
void set (IExceptionMgr^ value);
}
public:
property IExceptionMgr^ ExceptionMgr {
IExceptionMgr^ get ();
void set (IExceptionMgr^ value);
}
Property Value
Type:
IExceptionMgrThe ExceptionMgr used by this control.