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