9 references to InnerExceptionPrefix
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
376text.Append(Environment.NewLineConst + InnerExceptionPrefix);
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (1)
107s += InnerExceptionPrefix + InnerException.ToString();
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (1)
62s += Environment.NewLineConst + InnerExceptionPrefix + InnerException.ToString();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (1)
62s += Environment.NewLineConst + InnerExceptionPrefix + InnerException.ToString();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
85s += Environment.NewLineConst + InnerExceptionPrefix + InnerException.ToString();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
65s.Append(Environment.NewLineConst + InnerExceptionPrefix).Append(innerException.ToString());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
64s += Environment.NewLineConst + InnerExceptionPrefix + innerException.ToString();