Language

RegisteredServerException コンストラクター

定義

オーバーロード

名前 説明
RegisteredServerException()

基本コンストラクター

RegisteredServerException(String)

基本コンストラクター

RegisteredServerException(SerializationInfo, StreamingContext)

基本コンストラクター

RegisteredServerException(String, Exception)

基本コンストラクター

RegisteredServerException()

基本コンストラクター

public RegisteredServerException();
Public Sub New ()

適用対象

RegisteredServerException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

RegisteredServerException(SerializationInfo, StreamingContext)

基本コンストラクター

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)

パラメーター

適用対象

RegisteredServerException(String, Exception)

基本コンストラクター

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)

パラメーター

message
String
innerException
Exception

適用対象