4 references to
System.IO.Packaging (1)
System\IO\Packaging\FileFormatException.cs (1)
120protected FileFormatException(SerializationInfo info, StreamingContext context) : base(info, context)
System.Net.Primitives (1)
System\Net\CookieException.cs (1)
38: base(serializationInfo, streamingContext)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (1)
33: base(info, context)
System.Private.Uri (1)
System\UriFormatException.cs (1)
30protected UriFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext)