InvalidSqlServer2005StoreFormatException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- info
- SerializationInfo
- context
- StreamingContext
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