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

적용 대상