4 references to
mscorlib (1)
system\reflection\customattributeformatexception.cs (1)
38protected CustomAttributeFormatException(SerializationInfo info, StreamingContext context) : base(info, context) {
System (2)
net\System\Net\cookieexception.cs (1)
30: base(serializationInfo, streamingContext) {
net\System\URIFormatException.cs (1)
38: base(serializationInfo, streamingContext) {
WindowsBase (1)
Base\System\IO\FileFormatException.cs (1)
134protected FileFormatException(SerializationInfo info, StreamingContext context) : base(info, context)