publicconststringArg_InvalidOleVariantTypeException="Specified OLE variant was invalid.";
publicconststringArg_SafeArrayRankMismatchException="Specified array was not of the expected rank.";
publicconststringArg_SafeArrayTypeMismatchException="Specified array was not of the expected type.";
publicconststringTypeNotDelegate="'Type '{0}' is not a delegate type. EventTokenTable may only be used with delegate types.'";
publicconststringInvalidOperationException_ActorGraphCircular="An Actor must not create a circular reference between itself (or one of its child Actors) and one of its parents.";
publicconststringInvalidOperation_ClaimCannotBeRemoved="The Claim '{0}' was not able to be removed. It is either not part of this Identity or it is a Claim that is owned by the Principal that contains this Identity. For example, the Principal will own the Claim when creating a GenericPrincipal with roles. The roles will be exposed through the Identity that is passed in the constructor, but not actually owned by the Identity. Similar logic exists for a RolePrincipal.";
publicconststringPlatformNotSupported_Serialization="This instance contains state that cannot be serialized and deserialized on this platform.";
publicconststringPrivilegeNotHeld_Default="The process does not possess some privilege required for this operation.";
publicconststringPrivilegeNotHeld_Named="The process does not possess the '{0}' privilege which is required for this operation.";
publicconststringIO_DriveNotFound="Could not find the drive. The drive might not be ready or might not be mapped.";
publicconststringArgument_MustSupplyParent="When supplying the ID of a containing object, the FieldInfo that identifies the current field within that object must also be supplied.";
publicconststringArgument_MemberAndArray="Cannot supply both a MemberInfo and an Array to indicate the parent of a value type.";
publicconststringArgument_MustSupplyContainer="When supplying a FieldInfo for fixing up a nested type, a valid ID for that containing object must also be supplied.";
publicconststringSerialization_NoID="Object has never been assigned an objectID";