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

AmbiguousMatchException() public method

public AmbiguousMatchException ( string message, Exception inner ) : System
message string
inner Exception
return System
        public AmbiguousMatchException(string message, Exception inner) : base(message, inner)
        {
            base.SetErrorCode(-2147475171);
        }
    }

Same methods

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