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

LabelTargetAlreadyDefined() static private méthode

InvalidOperationException with message like "Cannot redefine label '{0}' in an inner block."
static private LabelTargetAlreadyDefined ( object p0 ) : Exception
p0 object
Résultat System.Exception
        internal static Exception LabelTargetAlreadyDefined(object p0)
        {
            return new InvalidOperationException(Strings.LabelTargetAlreadyDefined(p0));
        }
        /// <summary>
Error