1 write to _exceptionMethodString
mscorlib (1)
system\exception.cs (1)
97_exceptionMethodString = (String)(info.GetValue("ExceptionMethod",typeof(String)));
3 references to _exceptionMethodString
mscorlib (3)
system\exception.cs (3)
304if (_exceptionMethodString!=null) { 519Contract.Assert(_exceptionMethodString != null, "Method string cannot be NULL!"); 520String[] args = _exceptionMethodString.Split(new char[]{'\0', '\n'});