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)
304
if (
_exceptionMethodString
!=null) {
519
Contract.Assert(
_exceptionMethodString
!= null, "Method string cannot be NULL!");
520
String[] args =
_exceptionMethodString
.Split(new char[]{'\0', '\n'});