Delegate types and the methods that they bind to must have consistent transparency. Transparent and safe-critical delegates may only bind to other transparent or safe-critical methods. Similarly, critical delegates may only bind to critical methods. These binding rules ensure that the only code which can invoke a method via a delegate could have also invoked the same method directly. It prevents, for instance, transparent code from calling critical code directly via a transparent delegate.
Defines the preferred number of characters in the legend text after which it will wrap. Set this property to zero to disable ...
Definition of the function '{0}' contains a direct or indirect reference to itself. Recursive function definitions are not ...
Delegate type '{0}' does not have all required delegate members. Delegates must have a single standard constructor and a ...
Delegate type '{0}' has an unexpected member, '{1}'. Windows Runtime delegates do not expose asynchronous invoke methods. ...
Delegate types and the methods that they bind to must have consistent transparency. Transparent and safe-critical delegates ...
DelegateSerializationHolder objects are designed to represent a delegate during serialization and are not serializable themselves. ...
DeliveryRequirementsAttribute requires QueuedDelivery, but binding for the endpoint with contract '{0}' doesn't support it ...
Dependency Property '{0}:{1}' is not Read Only. SetReadOnlyPropertyValue can only be called on Read Only Dependency Properties. ...
DependencyProperty '{0}:{1}' does not have an associated CLR property. All non-attached Dependency Properties should have ...