InvalidSqlServer2005StoreFormatException Class

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

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InvalidSqlServer2005StoreFormatException _
    Inherits RegisteredServerException
'Usage
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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.