2 references to MAX_CHARS_IN_EXCEPTION_MSG
System.Web (2)
Management\EventlogProvider.cs (2)
128for(int totalLength = 0; totalLength<MAX_CHARS_IN_EXCEPTION_MSG && exception != null; ) { 136int remainingSpace = MAX_CHARS_IN_EXCEPTION_MSG - totalLength;