InvalidSqlServer2005StoreFormatException Constructors

Definition

Overloads

InvalidSqlServer2005StoreFormatException()

Base constructor

InvalidSqlServer2005StoreFormatException(String)

Base constructor

InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext)

Base constructor

InvalidSqlServer2005StoreFormatException(String, Exception)

Base constructor

InvalidSqlServer2005StoreFormatException()

Base constructor

public InvalidSqlServer2005StoreFormatException ();
Public Sub New ()

Applies to

InvalidSqlServer2005StoreFormatException(String)

Base constructor

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

Parameters

message
String

Applies to

InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext)

Base constructor

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)

Parameters

Applies to

InvalidSqlServer2005StoreFormatException(String, Exception)

Base constructor

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)

Parameters

message
String
innerException
Exception

Applies to