9 references to
mscorlib (6)
system\argumentnullexception.cs (1)
53
protected ArgumentNullException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\argumentoutofrangeexception.cs (1)
104
protected ArgumentOutOfRangeException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\duplicatewaitobjectexception.cs (1)
62
protected DuplicateWaitObjectException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\globalization\culturenotfoundexception.cs (1)
68
protected CultureNotFoundException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\text\decoderexceptionfallback.cs (1)
131
internal DecoderFallbackException(SerializationInfo info, StreamingContext context) :
base
(info, context)
system\text\encoderexceptionfallback.cs (1)
134
internal EncoderFallbackException(SerializationInfo info, StreamingContext context) :
base
(info, context)
System (2)
compmod\system\componentmodel\InvalidAsynchronousStateException.cs (1)
47
protected InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
compmod\system\componentmodel\InvalidEnumArgumentException.cs (1)
61
protected InvalidEnumArgumentException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
System.IO.Log (1)
System\IO\Log\ReservationNotFoundException.cs (1)
29
:
base
(info, context)