InvalidSqlServer2005StoreFormatException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| InvalidSqlServer2005StoreFormatException() |
Basiskonstruktor |
| InvalidSqlServer2005StoreFormatException(String) |
Basiskonstruktor |
| InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext) |
Basiskonstruktor |
| InvalidSqlServer2005StoreFormatException(String, Exception) |
Basiskonstruktor |
InvalidSqlServer2005StoreFormatException()
Basiskonstruktor
public InvalidSqlServer2005StoreFormatException();
Public Sub New ()
Gilt für:
InvalidSqlServer2005StoreFormatException(String)
Basiskonstruktor
public InvalidSqlServer2005StoreFormatException(string message);
new Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException : string -> Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext)
Basiskonstruktor
protected InvalidSqlServer2005StoreFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
InvalidSqlServer2005StoreFormatException(String, Exception)
Basiskonstruktor
public InvalidSqlServer2005StoreFormatException(string message, Exception innerException);
new Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException : string * Exception -> Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception