RegisteredServerException 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.
Base exception class for all Registered Server exception classes
[System.Serializable]
public class RegisteredServerException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type RegisteredServerException = class
inherit SqlServerManagementException
Public Class RegisteredServerException
Inherits SqlServerManagementException
- Inheritance
- Derived
- Attributes
Constructors
RegisteredServerException() |
Base constructor |
RegisteredServerException(SerializationInfo, StreamingContext) |
Base constructor |
RegisteredServerException(String, Exception) |
Base constructor |
RegisteredServerException(String) |
Base constructor |
Properties
HelpLink |
will output a link to the help web site |
ProdVer |
Product Version |
RegisteredServerExceptionType |
Exception Type |
Methods
Init() |
Initializes instance properties |
SetHelpContext(String) |
Sets Help Context |