Поделиться через


Класс InvalidSqlServer2005StoreFormatException

The InvalidSqlServer2005StoreFormatException class is an exception that is raised when the incorrect storage format is encountered.

Иерархия наследования

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
        Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class InvalidSqlServer2005StoreFormatException _
    Inherits RegisteredServerException
'Применение
Dim instance As InvalidSqlServer2005StoreFormatException
[SerializableAttribute]
public class InvalidSqlServer2005StoreFormatException : RegisteredServerException
[SerializableAttribute]
public ref class InvalidSqlServer2005StoreFormatException : public RegisteredServerException
[<SerializableAttribute>]
type InvalidSqlServer2005StoreFormatException =  
    class 
        inherit RegisteredServerException 
    end
public class InvalidSqlServer2005StoreFormatException extends RegisteredServerException

Тип InvalidSqlServer2005StoreFormatException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод InvalidSqlServer2005StoreFormatException() Initializes an T:Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException.
Открытый метод InvalidSqlServer2005StoreFormatException(String) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text.
Защищенный метод InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified serialization information and streaming context.
Открытый метод InvalidSqlServer2005StoreFormatException(String, Exception) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text and inner exception.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink Gets a String value that has a link to additional information about the exception. (Производный от RegisteredServerException.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство RegisteredServerExceptionType Gets the type of the exception. (Производный от RegisteredServerException.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод Init Initializes the properties of a RegisteredServerException object (Производный от RegisteredServerException.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetHelpContext Sets the help context for the exception. (Производный от RegisteredServerException.)
Открытый метод ToString (Производный от Exception.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

Примеры

Обработка исключений SMO

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.RegisteredServers