3 references to GetClassName
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (3)
61
public virtual string Message => _message ?? SR.Format(SR.Exception_WasThrown,
GetClassName
());
110
info.AddValue("ClassName",
GetClassName
(), typeof(string)); // Do not rename (binary serialization)
126
string className =
GetClassName
();