InvalidSqlServer2005StoreFormatException Class

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

Inheritance Hierarchy

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

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

The InvalidSqlServer2005StoreFormatException type exposes the following members.

Constructors

  Name Description
Public method InvalidSqlServer2005StoreFormatException() Initializes an T:Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException.
Public method InvalidSqlServer2005StoreFormatException(String) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text.
Protected method InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified serialization information and streaming context.
Public method InvalidSqlServer2005StoreFormatException(String, Exception) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text and inner exception.

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink Gets a String value that has a link to additional information about the exception. (Inherited from RegisteredServerException.)
Public property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property RegisteredServerExceptionType Gets the type of the exception. (Inherited from RegisteredServerException.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Security Critical. (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Protected method Init Initializes the properties of a RegisteredServerException object (Inherited from RegisteredServerException.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetHelpContext Sets the help context for the exception. (Inherited from RegisteredServerException.)
Public method ToString (Inherited from Exception.)

Top

Events

  Name Description
Protected event SerializeObjectState (Inherited from Exception.)

Top

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.

Examples

Handling SMO Exceptions

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.

See Also

Reference

Microsoft.SqlServer.Management.RegisteredServers Namespace