A symbol cannot be resolved since in the current context, as there are at least two namespaces against which this symbol can be potentially resolved. This exception is a special case of RuntimeCheckException.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | NamespaceConflictException | public NamespaceConflictException(string) |
public NamespaceConflictException(string msg)
Create a new instance of new NamespaceConflictException with given message. While entirely legal, it's not recommended for a user to create such instances.
Parameters