UtilityException Class
The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
System::Exception
Microsoft.SqlServer.Management.Common::SqlServerManagementException
Microsoft.SqlServer.Management.Utility::UtilityException
| Name | Description | |
|---|---|---|
![]() | 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^) | Initializes a new, default instance of the UtilityException class with the specified error message. |
![]() | UtilityException(String^, Exception^) | Initializes a new, default instance of the UtilityException class with the specified error message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | Gets a link to the SQL Server Help Web site.(Overrides Exception::HelpLink.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() ![]() | ProdVer | Gets the product version of SQL Server. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | Init() | Initializes the exception properties. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetHelpContext(String^) | Defines the Help context identifier for the exception. |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





