CollectorException Class
The CollectorException class is the base class for all data collector exceptions.
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
System::Exception
Microsoft.SqlServer.Management.Common::SqlServerManagementException
Microsoft.SqlServer.Management.Collector::CollectorException
| Name | Description | |
|---|---|---|
![]() | CollectorException() | Creates an instance of the exception. |
![]() | CollectorException(SerializationInfo^, StreamingContext) | Instantiates an instance of the CollectorException class, passing info and context as parameters. |
![]() | CollectorException(String^) | The error message. |
![]() | CollectorException(String^, Exception^) | Creates a collection object and passes the error message and the exception that is causing the error. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | Gets the link to the Microsoft SQL Server help web site based on the exception.(Overrides Exception::HelpLink.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() ![]() | ProdVer | Gets the version of the product. |
![]() | 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.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetHelpContext(String^) | Sets the help context based on the resource string that is passed. |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
T:CollectorException inherits from T: SqlServerManagementException.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





