2 instantiations of AppVerifierException
System.Web (2)
17 references to AppVerifierException
System.Web (17)
Util\AppVerifier.cs (17)
70private static Action<AppVerifierException> DefaultAppVerifierBehavior = GetAppVerifierBehaviorFromRegistry();
83private static Action<AppVerifierException> GetAppVerifierBehaviorFromRegistry() {
116private static void WriteToEventLog(AppVerifierException ex) {
121private static void WriteToEventLogAndSoftBreak(AppVerifierException ex) {
130private static void WriteToEventLogAndHardBreak(AppVerifierException ex) {
184internal static Func<AsyncCallback, object, IAsyncResult> WrapBeginMethodImpl(HttpApplication httpApplication, Func<AsyncCallback, object, IAsyncResult> beginMethod, Delegate originalDelegate, Action<AppVerifierException> errorHandler, CallStackCollectionBitMasks callStackMask) {
262AppVerifierException ex = new AppVerifierException(errorCode, errorString.ToString());
341catch (AppVerifierException) {
388catch (AppVerifierException) {
426catch (AppVerifierException) {
471internal static Action<bool> GetSyncContextCheckDelegateImpl(ISyncContext syncContext, Action<AppVerifierException> errorHandler) {
509catch (AppVerifierException) {
529catch (AppVerifierException) {
550internal static Action<RequestNotificationStatus> GetRequestNotificationStatusCheckDelegateImpl(HttpContext context, RequestNotification currentNotification, bool isPostNotification, Action<AppVerifierException> errorHandler) {
594private static AssertDelegate GetAssertDelegateImpl(string requestUrl, Action<AppVerifierException> errorHandler, AppendAdditionalInfoDelegate appendAdditionalInfoDelegate) {
626AppVerifierException ex = new AppVerifierException(errorCode, errorString.ToString());
638private static void HandleAppVerifierException(AppVerifierException ex) {