System.Linq.Expressions.Error.AmbiguousJump C# (CSharp) Méthode

AmbiguousJump() static private méthode

InvalidOperationException with message like "Cannot jump to ambiguous label '{0}'."
static private AmbiguousJump ( object p0 ) : Exception
p0 object
Résultat System.Exception
        internal static Exception AmbiguousJump(object p0)
        {
            return new InvalidOperationException(Strings.AmbiguousJump(p0));
        }
        /// <summary>
Error