The document is a stack trace of an exception thrown in a .NET application. The exception message indicates an invalid parameter was passed to the Graphics.PageUnit method. The stack trace shows the call chain of methods that led to the exception being thrown, with the root cause being a call to set the text property on a LabelControl, which then triggered a recalculation of text sizes.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
247 views
Error TPV
The document is a stack trace of an exception thrown in a .NET application. The exception message indicates an invalid parameter was passed to the Graphics.PageUnit method. The stack trace shows the call chain of methods that led to the exception being thrown, with the root cause being a call to set the text property on a LabelControl, which then triggered a recalculation of text sizes.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7
Consulte el final de este mensaje para obtener m�s detalles sobre c�mo invocar a la
depuraci�n Just-In-Time (JIT) en lugar de a este cuadro de di�logo.
************** Texto de la excepci�n **************
System.ArgumentException: El par�metro no es v�lido. en System.Drawing.Graphics.get_PageUnit() en DevExpress.Utils.Text.FontsCache.GetFontCacheByFont(Graphics graphics, Font font) en DevExpress.Utils.Text.TextUtils.GetStringSize(Graphics g, String text, Font font, StringFormat stringFormat, Int32 maxWidth, Int32 maxHeight, IWordBreakProvider wordBreakProvider, Boolean& isCropped) en DevExpress.Utils.Text.TextUtils.GetStringSize(Graphics g, String text, Font font, StringFormat stringFormat, Int32 maxWidth, Int32 maxHeight, Boolean& isCropped) en DevExpress.Utils.Paint.XPaintMixed.CalcTextSize(Graphics g, String s, Font font, StringFormat strFormat, Int32 maxWidth, Int32 maxHeight, Boolean& isCropped) en DevExpress.Utils.Paint.XPaintMixed.CalcTextSize(Graphics g, String s, Font font, StringFormat strFormat, Int32 maxWidth) en DevExpress.Utils.AppearanceObject.CalcTextSize(GraphicsCache cache, StringFormat sf, String s, Int32 width) en DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcSimpleTextSize(String Text, Boolean useHotkeyPrefix, LabelAutoSizeMode mode, Int32 predWidth, Int32 predHeight) en DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextSize(String Text, Boolean useHotkeyPrefix, LabelAutoSizeMode mode, Int32 predWidth, Int32 predHeight) en DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextSize(String Text, Boolean useHotkeyPrefix, LabelAutoSizeMode mode) en DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextSize(Boolean useHotkeyPrefix) en DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextPoints() en DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcContentRect(Rectangle bounds) en DevExpress.XtraEditors.ViewInfo.BaseControlViewInfo.CalcRects() en DevExpress.XtraEditors.ViewInfo.BaseControlViewInfo.CalcViewInfo(Graphics g) en DevExpress.XtraEditors.LabelControl.LayoutChanged(Boolean isVisualUpdate) en DevExpress.XtraEditors.LabelControl.LayoutChanged() en DevExpress.XtraEditors.LabelControl.OnTextChanged(EventArgs e) en System.Windows.Forms.Control.set_Text(String value) en DevExpress.XtraEditors.LabelControl.set_Text(String value) en PDVUNOEE.MDIPDVUNOEE.prvTmRelojApp_Tick(Object sender, EventArgs e) en System.Windows.Forms.Timer.OnTick(EventArgs e) en System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)