InvalidSqlServer2005StoreFormatException Members

Include Protected Members
Include Inherited Members

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

The InvalidSqlServer2005StoreFormatException type exposes the following members.

Constructors

  Name Description
Public method 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

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetBaseException() (Inherited from Exception.)
Public method GetHashCode() (Inherited from Object.)
Public method GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception.)
Public method GetType() (Inherited from Exception.)
Protected method Init() (Inherited from RegisteredServerException.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method SetHelpContext(String) (Inherited from RegisteredServerException.)
Public method ToString() (Inherited from Exception.)

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from RegisteredServerException.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property RegisteredServerExceptionType (Inherited from RegisteredServerException.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top