PoolTNewInstanceException Event |
new element exception
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public event EventHandler<PoolNewInstanceExceptionEventArgs> NewInstanceException
Public Event NewInstanceException As EventHandler(Of PoolNewInstanceExceptionEventArgs)
public:
event EventHandler<PoolNewInstanceExceptionEventArgs^>^ NewInstanceException {
void add (EventHandler<PoolNewInstanceExceptionEventArgs^>^ value);
void remove (EventHandler<PoolNewInstanceExceptionEventArgs^>^ value);
}
member NewInstanceException : IEvent<EventHandler<PoolNewInstanceExceptionEventArgs>,
PoolNewInstanceExceptionEventArgs>
Value
Type:
SystemEventHandlerPoolNewInstanceExceptionEventArgsSee Also