Try and Catch Question

Hi all,

I have a quick question about try-catch error messages. The ErrorNumber and Message properties are clear, but it seems that the Reason property is simply a copy of what the Message one reports. Are they the same, or am I somehow overlooking something in regards to it?

Thanks. :slight_smile:

They are the same other than Text type vs String.

1 Like

And if you create your own exception, you can set them to whatever you like.

1 Like