System.Reflection.AmbiguousMatchException Members

The members of System.Reflection.AmbiguousMatchException are listed below.

See Also: Inherited members from System.SystemException

Public Constructors

Initializes a new instance of the System.Reflection.AmbiguousMatchException class with an empty message string and the root cause exception set to null.

Initializes a new instance of the System.Reflection.AmbiguousMatchException class with its message string set to the given message and the root cause exception set to null.

Initializes a new instance of the System.Reflection.AmbiguousMatchException class with a specified error message and a reference to the inner exception that is the cause of this exception.