Clase UtilityException
The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Utility.UtilityException
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class UtilityException _
Inherits SqlServerManagementException
'Uso
Dim instance As UtilityException
[SerializableAttribute]
public class UtilityException : SqlServerManagementException
[SerializableAttribute]
public ref class UtilityException : public SqlServerManagementException
[<SerializableAttribute>]
type UtilityException =
class
inherit SqlServerManagementException
end
public class UtilityException extends SqlServerManagementException
El tipo UtilityException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
UtilityException() | Initializes a new, default instance of the UtilityException class with the default property values. | |
UtilityException(String) | Initializes a new, default instance of the UtilityException class with the specified error message. | |
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | Gets a link to the SQL Server Help Web site. (Invalida Exception.HelpLink.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
ProdVer | Gets the product version of SQL Server. | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
Init | Initializes the exception properties. | |
MemberwiseClone | (Se hereda de Object.) | |
SetHelpContext | Defines the Help context identifier for the exception. | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
SerializeObjectState | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.