1 instantiation of ImageFormatLimitationException
System.Reflection.Metadata (1)
System\Reflection\Throw.cs (1)
257throw new ImageFormatLimitationException(SR.Format(SR.HeapSizeLimitExceeded, heap));
6 references to ImageFormatLimitationException
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3167catch (ImageFormatLimitationException) 3185catch (ImageFormatLimitationException)
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (4)
72/// <exception cref="ImageFormatLimitationException">Offset is too big.</exception> 414/// <exception cref="ImageFormatLimitationException">The remaining space on the heap is too small to fit the string.</exception> 472/// <exception cref="ImageFormatLimitationException">The remaining space on the heap is too small to fit the string.</exception> 495/// <exception cref="ImageFormatLimitationException">The remaining space on the heap is too small to fit the string.</exception>