Articles in this section
Category / Section

How to configure details view in WinForms MessageBoxAdv?

1 min read

Configure details view

The MessageBoxAdv has built-in support for details views to display more information like status, error information and much more. For example, Here, we are configuring the details view to display the error information in application.

C#

// To show error details
MessageBoxAdv.Show(this, "Unhandled Exception:", "NullReferenceException", "System.NullReferenceException: Object reference not set to an instance of an object at Program.Main()");

VB

'To show error details
MessageBoxAdv.Show(this, "Unhandled Exception:", "NullReferenceException", "System.NullReferenceException: Object reference not set to an instance of an object at Program.Main()")

Screenshot

Show the null reference details in message box

Sample: Example

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied