vMix Forums
»
General
»
3rd Party Software and Development
»
How to show vMix console error message in a title input
Rank: Advanced Member
Groups: Registered
Joined: 6/16/2020(UTC) Posts: 77 Thanks: 8 times Was thanked: 2 time(s) in 2 post(s)
|
regards I'm not sure how to start, so here I go, I'm creating some scripts and well some of them get errors and all that, but I would like to be able to show the errors in a title entry, I have been able to get the error message that is shown in the console screen in the scripts area, but I can't find the header or rather the number of the line where the error is, just like the error message appears in the vmix console it tells you what line is the possible error and its message, if someone could help me in this case please, the same message that appears in the error console is shown in a title entry, greetings I hope I have explained myself well translated from spanish to english by google PS: I have tried with these and I have not been able to find it, perhaps it is internally in vMix and perhaps only used exclusively by its console.
Try
Catch ex As Exception Console.WriteLine( vbCrLf & _ "Message ---" & vbCrLf & ex.Message ) Console.WriteLine( vbCrLf & _ "HelpLink ---" & vbCrLf & ex.HelpLink ) Console.WriteLine( vbCrLf & _ "Source ---" & vbCrLf & ex.Source ) Console.WriteLine( vbCrLf & _ "StackTrace ---" & vbCrLf & ex.StackTrace ) Console.WriteLine( vbCrLf & "TargetSite ---" & _ vbCrLf & ex.TargetSite.ToString( ) ) End Try
|
|
|
|
vMix Forums
»
General
»
3rd Party Software and Development
»
How to show vMix console error message in a title input
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close