System.Reflection.AmbiguousMatchException.AmbiguousMatchException C# (CSharp) Method

AmbiguousMatchException() public method

public AmbiguousMatchException ( ) : System
return System
        public AmbiguousMatchException() : base(Environment.GetResourceString("Arg_AmbiguousMatchException"))
        {
            base.SetErrorCode(-2147475171);
        }

Same methods

AmbiguousMatchException::AmbiguousMatchException ( SerializationInfo info, StreamingContext context ) : System
AmbiguousMatchException::AmbiguousMatchException ( string message ) : System
AmbiguousMatchException::AmbiguousMatchException ( string message, Exception inner ) : System
AmbiguousMatchException