NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AmbiguousMatchException Constructor ()

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();

Remarks

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 ("").

See Also

AmbiguousMatchException Class | AmbiguousMatchException Members | System.Reflection Namespace | AmbiguousMatchException Constructor Overload List | Exception | SystemException