Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The CollectorException class is the base class for all data collector exceptions.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Collector.CollectorException
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class CollectorException _
Inherits SqlServerManagementException
'Uso
Dim instance As CollectorException
[SerializableAttribute]
public class CollectorException : SqlServerManagementException
[SerializableAttribute]
public ref class CollectorException : public SqlServerManagementException
[<SerializableAttribute>]
type CollectorException =
class
inherit SqlServerManagementException
end
public class CollectorException extends SqlServerManagementException
El tipo CollectorException expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
CollectorException() | Creates an instance of the exception. |
![]() |
CollectorException(String) | The error message. |
![]() |
CollectorException(SerializationInfo, StreamingContext) | Instantiates an instance of the CollectorException class, passing info and context as parameters. |
![]() |
CollectorException(String, Exception) | Creates a collection object and passes the error message and the exception that is causing the error. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Data | (Se hereda de Exception.) |
![]() |
HelpLink | Gets the link to the Microsoft SQL Server help web site based on the exception. (Invalida Exception.HelpLink.) |
![]() |
HResult | (Se hereda de Exception.) |
![]() |
InnerException | (Se hereda de Exception.) |
![]() |
Message | (Se hereda de Exception.) |
![]() ![]() |
ProdVer | Gets the version of the product. |
![]() |
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.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
SetHelpContext | Sets the help context based on the resource string that is passed. |
![]() |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
| Nombre | Descripción | |
|---|---|---|
![]() |
SerializeObjectState | (Se hereda de Exception.) |
Arriba
Comentarios
CollectorException inherits from SqlServerManagementException.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)