CollectorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the base class for all Collector exceptions.
[System.Serializable]
public class CollectorException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type CollectorException = class
inherit SqlServerManagementException
Public Class CollectorException
Inherits SqlServerManagementException
- Inheritance
- Attributes
Constructors
CollectorException() |
Create an instance of the exception |
CollectorException(SerializationInfo, StreamingContext) |
Creates an instance of the exception |
CollectorException(String, Exception) |
Creates an instance of the exception given an error message and another throwing exception instance |
CollectorException(String) |
Create an instance of the exception given an error message |
Properties
HelpLink |
will output a link to the help web site |
ProdVer |
Version of the product |
Methods
SetHelpContext(String) |