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

AmbiguousMatchException() private method

private AmbiguousMatchException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        internal AmbiguousMatchException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

AmbiguousMatchException::AmbiguousMatchException ( ) : System
AmbiguousMatchException::AmbiguousMatchException ( string message ) : System
AmbiguousMatchException::AmbiguousMatchException ( string message, Exception inner ) : System
AmbiguousMatchException