Ejemplo n.º 1
0
 internal ExceptionFilterHelper( InternalRealCallDelegate internalRealCall,
                                 FilterExceptionDelegate filterException,
                                 CatchExceptionDelegate catchException)
 {
     _internalRealCall = internalRealCall;
     _filterException = filterException;
     _catchException = catchException;
 }
 internal ExceptionFilterHelper(InternalRealCallDelegate internalRealCall,
                                FilterExceptionDelegate filterException,
                                CatchExceptionDelegate catchException)
 {
     _internalRealCall = internalRealCall;
     _filterException  = filterException;
     _catchException   = catchException;
 }