InvalidSqlServer2005StoreFormatException-Klasse
The InvalidSqlServer2005StoreFormatException class is an exception that is raised when the incorrect storage format is encountered.
Vererbungshierarchie
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
Der InvalidSqlServer2005StoreFormatException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | Gets a String value that has a link to additional information about the exception. (Geerbt von RegisteredServerException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
RegisteredServerExceptionType | Gets the type of the exception. (Geerbt von RegisteredServerException.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
Init | Initializes the properties of a RegisteredServerException object (Geerbt von RegisteredServerException.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | Sets the help context for the exception. (Geerbt von RegisteredServerException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.