3 types derived from MemberAccessException
mscorlib (3)
system\fieldaccessexception.cs (1)
19[Serializable] public class FieldAccessException : MemberAccessException {
system\methodaccessexception.cs (1)
19[Serializable] public class MethodAccessException : MemberAccessException {
system\missingmemberexception.cs (1)
28[Serializable] public class MissingMemberException : MemberAccessException, ISerializable {
8 instantiations of MemberAccessException
mscorlib (8)
system\AppDomainSetup.cs (2)
432throw new MemberAccessException(Environment.GetResourceString("AppDomain_AppBaseNotSet")); 717throw new MemberAccessException(Environment.GetResourceString("AppDomain_RequireApplicationName"));
system\reflection\ConstructorInfo.cs (5)
548throw new MemberAccessException( 553throw new MemberAccessException( 573throw new MemberAccessException( 579throw new MemberAccessException(Environment.GetResourceString("Access_Void")); 588throw new MemberAccessException(Environment.GetResourceString("Acc_NotClassInit"));
system\reflection\methodinfo.cs (1)
695throw new MemberAccessException();
6 references to MemberAccessException
PresentationFramework (3)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (3)
302/// <exception cref="MemberAccessException">The class is abstract, or the constructor is a class initializer</exception> 327/// <exception cref="MemberAccessException">The class is abstract, or the constructor is a class initializer</exception> 354/// <exception cref="MemberAccessException">The class is abstract, or the constructor is a class initializer</exception>
System.Data.Entity (1)
System\Data\Metadata\AspProxy.cs (1)
187catch (MemberAccessException e)
System.Drawing (1)
commonui\System\Drawing\Printing\PrintDocument.cs (1)
160catch (MemberAccessException) {
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
283catch (MemberAccessException e)