RegisteredServerException Class

Definition

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
RegisteredServerException
Derived
Attributes

Constructors

RegisteredServerException()

Base constructor

RegisteredServerException(SerializationInfo, StreamingContext)

Base constructor

RegisteredServerException(String)

Base constructor

RegisteredServerException(String, Exception)

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

Applies to