System.Linq.Expressions.Error.LabelTargetUndefined C# (CSharp) Method

LabelTargetUndefined() static private method

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