Classe CollectorException
The CollectorException class is the base class for all data collector exceptions.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Collector.CollectorException
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class CollectorException _
Inherits SqlServerManagementException
'Utilizzo
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
Nel tipo CollectorException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Gets the link to the Microsoft SQL Server help web site based on the exception. Esegue l'override di Exception.HelpLink. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
ProdVer | Gets the version of the product. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
SetHelpContext | Sets the help context based on the resource string that is passed. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Osservazioni
CollectorException inherits from SqlServerManagementException.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.