Guest User

Untitled

a guest
Dec 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. type "System.Drawing"
  2. System.ArgumentException was unhandled
  3. Message="Parameter is not valid."
  4. Source="System.Drawing"
  5. StackTrace:
  6. at System.Drawing.Font.CreateNativeFont()
  7. at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
  8. at System.Drawing.Font..ctor(Font prototype, FontStyle newStyle)
  9. at System.Windows.Forms.LinkLabel.EnsureRun(Graphics g)
  10. at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e)
  11. at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
  12. at System.Windows.Forms.Control.WmPaint(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.Label.WndProc(Message& m)
  15. at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
  16. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19. InnerException:
Add Comment
Please, Sign In to add comment