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