次の方法で共有


AddressInUseException コンストラクター

定義

オーバーロード

AddressInUseException(String)

AddressInUseException の新しいインスタンスを初期化します。

AddressInUseException(String, Exception)

AddressInUseException の新しいインスタンスを初期化します。

AddressInUseException(String)

ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs

AddressInUseException の新しいインスタンスを初期化します。

public:
 AddressInUseException(System::String ^ message);
public AddressInUseException (string message);
new Microsoft.AspNetCore.Connections.AddressInUseException : string -> Microsoft.AspNetCore.Connections.AddressInUseException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

AddressInUseException(String, Exception)

ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs
ソース:
AddressInUseException.cs

AddressInUseException の新しいインスタンスを初期化します。

public:
 AddressInUseException(System::String ^ message, Exception ^ inner);
public AddressInUseException (string message, Exception inner);
new Microsoft.AspNetCore.Connections.AddressInUseException : string * Exception -> Microsoft.AspNetCore.Connections.AddressInUseException
Public Sub New (message As String, inner As Exception)

パラメーター

message
String

例外メッセージです。

inner
Exception

基になる Exception

適用対象