/// <summary>
 /// Microsoft.Scripting.Runtime.UnboundLocalException with message like "Local variable '{0}' referenced before assignment."
 /// </summary>
 internal static Exception ReferencedBeforeAssignment(object p0)
 {
     return(new Microsoft.Scripting.Runtime.UnboundLocalException(Strings.ReferencedBeforeAssignment(p0)));
 }