LogManagerNewException Event |
新异常
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public virtual event EventHandler<LogExceptionEventArgs> NewException
Public Overridable Event NewException As EventHandler(Of LogExceptionEventArgs)
public:
virtual event EventHandler<LogExceptionEventArgs^>^ NewException {
void add (EventHandler<LogExceptionEventArgs^>^ value);
void remove (EventHandler<LogExceptionEventArgs^>^ value);
}
abstract NewException : IEvent<EventHandler<LogExceptionEventArgs>,
LogExceptionEventArgs>
override NewException : IEvent<EventHandler<LogExceptionEventArgs>,
LogExceptionEventArgs>
Value
Type:
SystemEventHandlerLogExceptionEventArgsSee Also