Advertisement
Guest User

Untitled

a guest
Oct 25th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.43 KB | None | 0 0
  1. 'FEHLER:
  2. 'Ein Ausnahmefehler des Typs "System.StackOverflowException" ist in System.Windows.Forms.dll aufgetreten.
  3.  
  4.  
  5. CODE:
  6.  
  7. #Region "Konstruktoren"
  8.  
  9.     Public Sub New()
  10.         Me._InstalledVersion = My.Application.Info.Version
  11.     End Sub
  12.  
  13.  
  14.     Public Sub New(ByVal versionfileurl As String)
  15.  
  16.         Me._InstalledVersion = My.Application.Info.Version
  17.         Me._VersionFileURL = versionfileurl
  18.     End Sub
  19.  
  20. #End Region
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement