5 references to
mscorlib (5)
system\reflection\invalidfiltercriteriaexception.cs (1)
42
protected InvalidFilterCriteriaException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\reflection\targetexception.cs (1)
41
protected TargetException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\reflection\targetinvocationexception.cs (1)
50
internal TargetInvocationException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\reflection\targetparametercountexception.cs (1)
44
internal TargetParameterCountException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\threading\waithandlecannotbeopenedexception.cs (1)
37
protected WaitHandleCannotBeOpenedException(SerializationInfo info, StreamingContext context) :
base
(info, context)