Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
New: 14 April 2006
The exception message box is installed by Microsoft SQL Server 2005 and is supported for use in your custom Windows applications to improve exception handling. In SQL Server 2005 SP1 and later releases, the exception message box is also provided as a redistributable installation program that you can distribute and deploy with your application.
Because the exception message box is installed by all editions of SQL Server 2005 except SQL Server Compact Edition, you can use it with no additional configuration on any computer on which SQL Server 2005 client components, including the SDK, have been installed. For applications that run on a computer that does not have these SQL Server 2005 components installed, you should include the redistributable installation program as part of your application Setup program. The redistributable installation program for exception message box is available online as part of the Feature Pack for SQL Server 2005 SP1.
The following considerations apply when you deploy the redistributable version of the exception message box with your application:
How to: Program Exception Message Box
Please sign in to use this experience.
Sign in