Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
how
specific details: get PlayerIO Client errors so i don't have to freaking close the application all the time and re-open it, but throw an exception or messagebox to prevent it
shh i have returned
Offline
Try{
//code
}
Catch(PlayerIOError error)//or something
{
MessageBox.Show(error.ToString());
}
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Try{
//code
}
Catch(PlayerIOError error)//or something
{
MessageBox.Show(error.ToString());
}
errors give too much information
shh i have returned
Offline
Are you asking for a simple version of the error? If so, then idk.
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
error.Message()
if you can read this....good for you
Offline
error.Message()
Xfrogman43 wrote:Try{
//code
}
Catch(PlayerIOError error)//or something
{
MessageBox.Show(error.ToString());
}errors give too much information
Offline
or use delegates!!!
if you can read this....good for you
Offline
Pages: 1
[ Started around 1732505692.8212 - Generated in 0.038 seconds, 12 queries executed - Memory usage: 1.46 MiB (Peak: 1.58 MiB) ]