Method '{0}' on type '{1}' us marked as an authorization method but has a return type of '{2}' when no return value is expected.
Method '{0}' is a public Overridable method on an inheritable class. The Windows Runtime requires Overridable methods on ...
Method '{0}' is a public virtual method on an unsealed class. The Windows Runtime requires virtual methods on unsealed types ...
Method '{0}' on type '{1}' is marked as a query interceptor method but has {2} parameters. Query interceptors should take ...
Method '{0}' on type '{1}' is not a valid connection provider. It must be public, return an object, and take no parameters. ...
Method '{0}' on type '{1}' us marked as an authorization method but has a return type of '{2}' when no return value is expected. ...
Method '{0}' overrides a virtual method. An override method must be sealed in order to override an inherited virtual method. ...
Method '{0}' returns '{1}', which is not a valid Windows Runtime type. Methods exposed to Windows Runtime must return only ...
Method '{1}' could not be resolved. Either method could not be found or method signature does not match the delegate type. ...
Method '{1}' has {0}, but enclosing type '{2}' does not have ServiceContractAttribute. {0} can only be used on methods in ...