RegisteredServerException 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
RegisteredServerException() |
Base constructor |
RegisteredServerException(String) |
Base constructor |
RegisteredServerException(SerializationInfo, StreamingContext) |
Base constructor |
RegisteredServerException(String, Exception) |
Base constructor |
RegisteredServerException()
Base constructor
public RegisteredServerException ();
Public Sub New ()
Applies to
RegisteredServerException(String)
Base constructor
public RegisteredServerException (string message);
new Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException : string -> Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
RegisteredServerException(SerializationInfo, StreamingContext)
Base constructor
protected RegisteredServerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
RegisteredServerException(String, Exception)
Base constructor
public RegisteredServerException (string message, Exception innerException);
new Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException : string * Exception -> Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception