Język

ChannelClosedException Konstruktory

Definicja

Przeciążenia

Nazwa Opis
ChannelClosedException()

Inicjuje nowe wystąpienie klasy ChannelClosedException.

ChannelClosedException(Exception)

Inicjuje nowe wystąpienie klasy ChannelClosedException.

ChannelClosedException(String)

Inicjuje nowe wystąpienie klasy ChannelClosedException.

ChannelClosedException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje ChannelClosedException nowe wystąpienie klasy z serializowanymi danymi.

ChannelClosedException(String, Exception)

Inicjuje nowe wystąpienie klasy ChannelClosedException.

ChannelClosedException()

Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs

Inicjuje nowe wystąpienie klasy ChannelClosedException.

public:
 ChannelClosedException();
public ChannelClosedException();
Public Sub New ()

Dotyczy

ChannelClosedException(Exception)

Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs

Inicjuje nowe wystąpienie klasy ChannelClosedException.

public:
 ChannelClosedException(Exception ^ innerException);
public ChannelClosedException(Exception? innerException);
public ChannelClosedException(Exception innerException);
new System.Threading.Channels.ChannelClosedException : Exception -> System.Threading.Channels.ChannelClosedException
Public Sub New (innerException As Exception)

Parametry

innerException
Exception

Wyjątek, który jest przyczyną tego wyjątku.

Dotyczy

ChannelClosedException(String)

Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs

Inicjuje nowe wystąpienie klasy ChannelClosedException.

public:
 ChannelClosedException(System::String ^ message);
public ChannelClosedException(string? message);
public ChannelClosedException(string message);
new System.Threading.Channels.ChannelClosedException : string -> System.Threading.Channels.ChannelClosedException
Public Sub New (message As String)

Parametry

message
String

Komunikat opisujący błąd.

Dotyczy

ChannelClosedException(SerializationInfo, StreamingContext)

Źródło:
ChannelClosedException.netstandard21.cs
Źródło:
ChannelClosedException.netstandard21.cs
Źródło:
ChannelClosedException.netstandard21.cs
Źródło:
ChannelClosedException.netcoreapp.cs
Źródło:
ChannelClosedException.netcoreapp.cs
Źródło:
ChannelClosedException.netstandard21.cs
Źródło:
ChannelClosedException.netcoreapp.cs

Uwaga

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicjuje ChannelClosedException nowe wystąpienie klasy z serializowanymi danymi.

protected:
 ChannelClosedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ChannelClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected ChannelClosedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Threading.Channels.ChannelClosedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.Channels.ChannelClosedException
new System.Threading.Channels.ChannelClosedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.Channels.ChannelClosedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Obiekt, który przechowuje serializowane dane obiektu.

context
StreamingContext

Kontekstowe informacje o źródle lub miejscu docelowym.

Atrybuty

Dotyczy

ChannelClosedException(String, Exception)

Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs
Źródło:
ChannelClosedException.cs

Inicjuje nowe wystąpienie klasy ChannelClosedException.

public:
 ChannelClosedException(System::String ^ message, Exception ^ innerException);
public ChannelClosedException(string? message, Exception? innerException);
public ChannelClosedException(string message, Exception innerException);
new System.Threading.Channels.ChannelClosedException : string * Exception -> System.Threading.Channels.ChannelClosedException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat opisujący błąd.

innerException
Exception

Wyjątek, który jest przyczyną tego wyjątku.

Dotyczy