8 references to
mscorlib (6)
system\io\directorynotfoundexception.cs (1)
45protected DirectoryNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\io\drivenotfoundexception.cs (1)
40protected DriveNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) {
system\io\endofstreamexception.cs (1)
41protected EndOfStreamException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\io\fileloadexception.cs (1)
132protected FileLoadException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\io\filenotfoundexception.cs (1)
119protected FileNotFoundException(SerializationInfo info, StreamingContext context) : base (info, context) {
system\io\pathtoolongexception.cs (1)
43protected PathTooLongException(SerializationInfo info, StreamingContext context) : base (info, context) {
System (1)
sys\System\IO\compression\ZLibException.cs (1)
93base(info, context) {
System.ServiceModel (1)
System\ServiceModel\Channels\PipeException.cs (1)
33: base(info, context)