AmbiguousMatchException Constructor
Initializes a new instance of the AmbiguousMatchException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AmbiguousMatchException() | Initializes a new instance of the AmbiguousMatchException class with an empty message string and the root cause exception set to null. |
![]() | AmbiguousMatchException(String^) | 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. |
![]() | AmbiguousMatchException(String^, Exception^) | Initializes a new instance of the AmbiguousMatchException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
