8 references to InnerExceptionPrefix
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
376text.Append(Environment.NewLineConst + InnerExceptionPrefix);
src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (1)
101s += InnerExceptionPrefix + InnerException.ToString();
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
142length += Environment.NewLineConst.Length + InnerExceptionPrefix.Length + innerExceptionString.Length + Environment.NewLineConst.Length + 3 + endOfInnerExceptionResource.Length; 164Write(InnerExceptionPrefix, ref resultSpan);
src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (1)
58s += Environment.NewLineConst + InnerExceptionPrefix + InnerException.ToString();
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
81s += Environment.NewLineConst + InnerExceptionPrefix + InnerException.ToString();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
65s.Append(Environment.NewLineConst + InnerExceptionPrefix).Append(innerException.ToString());
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
64s += Environment.NewLineConst + InnerExceptionPrefix + innerException.ToString();