System.Reflection.AmbiguousMatchException.AmbiguousMatchException C# (CSharp) Метод

AmbiguousMatchException() приватный Метод

private AmbiguousMatchException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат 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