InvalidSqlServer2005StoreFormatException コンストラクター

定義

オーバーロード

InvalidSqlServer2005StoreFormatException()

基本コンストラクター

public InvalidSqlServer2005StoreFormatException();
Public Sub New ()

適用対象

InvalidSqlServer2005StoreFormatException(String)

基本コンストラクター

public InvalidSqlServer2005StoreFormatException(string message);
new Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException : string -> Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Public Sub New (message As String)

パラメーター

message
String

適用対象

InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext)

基本コンストラクター

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)

パラメーター

適用対象

InvalidSqlServer2005StoreFormatException(String, Exception)

基本コンストラクター

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)

パラメーター

message
String
innerException
Exception

適用対象