Initializes an instance of AmbiguousMatchException with an empty message string and the root cause exception set to null.
[Visual Basic] Overloads Public Sub New() [C#] public AmbiguousMatchException(); [C++] public: AmbiguousMatchException(); [JScript] public function AmbiguousMatchException();
The AmbiguousMatchException is the exception class that shows when a class or method was not located.
AmbiguousMatchException inherits from the Exception. This constructor sets the properties of the Exception object as follows:
Property | Value |
---|---|
InnerException | null |
Message | The empty string (""). |
AmbiguousMatchException Class | AmbiguousMatchException Members | System.Reflection Namespace | AmbiguousMatchException Constructor Overload List | Exception | SystemException