P/Invoke and COM interop methods with the SuppressUnmanagedCodeSecurity attribute result in a LinkDemand being done against the calling method. Since security transparent code may not satisfy LinkDemands, it may also not call methods with SuppressUnmanagedCodeSecurity either on the method itself or on the type containing the method.
Overload group '{0}' is already configured. It is an error to have property '{1}' in overload group '{2}' also configured. ...
Overloaded shift operator must have the type of the first operand be the containing type, and the type of the second operand ...
Override {0} has the following LinkDemand that is not present on base method {1}: {2}. If possible, apply the same LinkDemand ...
Overriding the BuildingInParallel property by setting it to false. This is due to the system being run in single process ...
P/Invoke and COM interop methods with the SuppressUnmanagedCodeSecurity attribute result in a LinkDemand being done against ...
P/Invoke method {0} is marked safe-critical. Since P/Invokes may only be called by critical code, this declaration should ...
Package object was closed and disposed, so cannot carry out operations on this object or any stream opened on a part of this ...
PackagePart subclass must implement GetContentTypeCore method if passing a null value for the content type when PackagePart ...
Page.IsValid cannot be called before validation has taken place. It should be queried in the event handler for a control ...