Name

AmbiguousMatchException

Synopsis

This exception is thrown when you attempt to bind to a method with the Binder and the given criteria matches more than one method; this is the case, for example, when binding against an overloaded method solely by its name.

Public NotInheritable Class AmbiguousMatchException : Inherits SystemException
' Public Constructors
   Public Sub New() 
   Public Sub New( ByVal message As String) 
   Public Sub New(ByVal message As String, 
        ByVal inner As Exception) 
End Class

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemException AmbiguousMatchException

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.