System.Linq.Expressions.Error.LabelTargetAlreadyDefined C# (CSharp) Метод

LabelTargetAlreadyDefined() статический приватный Метод

InvalidOperationException with message like "Cannot redefine label '{0}' in an inner block."
static private LabelTargetAlreadyDefined ( object p0 ) : Exception
p0 object
Результат System.Exception
        internal static Exception LabelTargetAlreadyDefined(object p0)
        {
            return new InvalidOperationException(Strings.LabelTargetAlreadyDefined(p0));
        }
        /// <summary>
Error