Cannot retrieve property '{0}' because localization failed. Type '{1}' is not public or does not contain a public static string property with the name '{2}'.
Cannot resolve field {0} because the declaring type of the field handle {1} is generic. Explicitly provide the declaring ...
Cannot resolve method {0} because the declaring type of the method handle {1} is generic. Explicitly provide the declaring ...
Cannot resolve the Style {0} '{1}'. Verify that the owning type is the Style's TargetType, or use Class.Property syntax to ...
Cannot resolve the template property '{0}'. Verify that the owning type is the Style's TargetType, or use Class.Property ...
Cannot retrieve property '{0}' because localization failed. Type '{1}' is not public or does not contain a public static ...
Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration. ...
Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected ...
Cannot seek to an absolute stream position that is larger than 2^63 - 1 bytes. (2^63 - 1 = 0x7FFFFFFFFFFFFFFF = Int64.MaxValue). ...
Cannot serialize delegates over unmanaged function pointers, dynamic methods or methods outside the delegate creator's assembly. ...