AmbiguousMatchException Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the AmbiguousMatchException class with its message string set to the given message and the root cause exception set to null.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- message
- Type: System.String
A string that indicates the reason this exception was thrown.
AmbiguousMatchException inherits from Exception. This constructor sets the properties of the Exception object as shown in the following table.
Property | Value |
|---|---|
A null reference (Nothing in Visual Basic). | |
The message string. |