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)
432
throw new
MemberAccessException
(Environment.GetResourceString("AppDomain_AppBaseNotSet"));
717
throw new
MemberAccessException
(Environment.GetResourceString("AppDomain_RequireApplicationName"));
system\reflection\ConstructorInfo.cs (5)
548
throw new
MemberAccessException
(
553
throw new
MemberAccessException
(
573
throw new
MemberAccessException
(
579
throw new
MemberAccessException
(Environment.GetResourceString("Access_Void"));
588
throw new
MemberAccessException
(Environment.GetResourceString("Acc_NotClassInit"));
system\reflection\methodinfo.cs (1)
695
throw 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)
187
catch (
MemberAccessException
e)
System.Drawing (1)
commonui\System\Drawing\Printing\PrintDocument.cs (1)
160
catch (
MemberAccessException
) {
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
283
catch (
MemberAccessException
e)