logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Papo  
#1 Posted : Wednesday, February 1, 2023 10:29:55 AM(UTC)
Papo

Rank: Advanced Member

Groups: Registered
Joined: 6/16/2020(UTC)
Posts: 72
Peru

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
Users browsing this topic
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.