UtilityException Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.
public ref class UtilityException : Microsoft::SqlServer::Management::Common::SqlServerManagementException[System.Serializable]
public class UtilityException : Microsoft.SqlServer.Management.Common.SqlServerManagementException[<System.Serializable>]
type UtilityException = class
    inherit SqlServerManagementExceptionPublic Class UtilityException
Inherits SqlServerManagementException- Inheritance
- 
				UtilityException
- Attributes
Constructors
| UtilityException() | Initializes a new, default instance of the UtilityException class with the default property values. | 
| UtilityException(SerializationInfo, StreamingContext) | Initializes a new, default instance of the UtilityException class with serialized data. | 
| UtilityException(String, Exception) | Initializes a new, default instance of the UtilityException class with the specified error message and inner exception. | 
| UtilityException(String) | Initializes a new, default instance of the UtilityException class with the specified error message. | 
Properties
| HelpLink | Gets a link to the SQL Server Help Web site. | 
| ProdVer | Gets the product version of SQL Server. | 
Methods
| Init() | Initializes the exception properties. | 
| SetHelpContext(String) | Defines the Help context identifier for the exception. |