NamespaceConflictException CLASS

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

All Members


TypeNameSignature
constructorNamespaceConflictExceptionpublic NamespaceConflictException(string)

Constructors


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

  • msg The message for this exception.