InvalidSqlServer2005StoreFormatException Class

Definition

Exception thrown when upgrading from SqlServer2005

[System.Serializable]
public class InvalidSqlServer2005StoreFormatException : Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
[<System.Serializable>]
type InvalidSqlServer2005StoreFormatException = class
    inherit RegisteredServerException
Public Class InvalidSqlServer2005StoreFormatException
Inherits RegisteredServerException
Inheritance
InvalidSqlServer2005StoreFormatException
Attributes

Constructors

InvalidSqlServer2005StoreFormatException()

Base constructor

InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext)

Base constructor

InvalidSqlServer2005StoreFormatException(String)

Base constructor

InvalidSqlServer2005StoreFormatException(String, Exception)

Base constructor

Properties

HelpLink

will output a link to the help web site

(Inherited from RegisteredServerException)
RegisteredServerExceptionType

Exception Type

(Inherited from RegisteredServerException)

Methods

Init()

Initializes instance properties

(Inherited from RegisteredServerException)
SetHelpContext(String)

Sets Help Context

(Inherited from RegisteredServerException)

Applies to