Udostępnij za pośrednictwem


BarrierPostPhaseException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException.

Przeciążenia

BarrierPostPhaseException()

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z komunikatem dostarczonym przez system, który opisuje błąd.

BarrierPostPhaseException(Exception)

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z określonym wyjątkiem wewnętrznym.

BarrierPostPhaseException(String)

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z określonym komunikatem opisujący błąd.

BarrierPostPhaseException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z serializowanymi danymi.

BarrierPostPhaseException(String, Exception)

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

BarrierPostPhaseException()

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

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z komunikatem dostarczonym przez system, który opisuje błąd.

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

Uwagi

Ten konstruktor inicjuje właściwość Message nowego wystąpienia do komunikatu dostarczonego przez system, który opisuje błąd, taki jak "PostPhaseAction nie powiodło się z wyjątkiem". Ten komunikat uwzględnia bieżącą kulturę systemu.

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia BarrierPostPhaseException.

Własność Wartość
InnerException null.
Message Zlokalizowany ciąg komunikatu o błędzie.

Zobacz też

Dotyczy

BarrierPostPhaseException(Exception)

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

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z określonym wyjątkiem wewnętrznym.

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

Parametry

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku.

Zobacz też

Dotyczy

BarrierPostPhaseException(String)

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

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z określonym komunikatem opisujący błąd.

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

Parametry

message
String

Komunikat opisujący wyjątek. Obiekt wywołujący tego konstruktora jest wymagany, aby upewnić się, że ten ciąg został zlokalizowany dla bieżącej kultury systemu.

Uwagi

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia BarrierPostPhaseException.

Własność Wartość
InnerException null.
Message Ciąg komunikatu o błędzie określony w message.

Zobacz też

Dotyczy

BarrierPostPhaseException(SerializationInfo, StreamingContext)

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

Przestroga

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

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z serializowanymi danymi.

protected:
 BarrierPostPhaseException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected BarrierPostPhaseException (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 BarrierPostPhaseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Security.SecurityCritical]
protected BarrierPostPhaseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Threading.BarrierPostPhaseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.BarrierPostPhaseException
[<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.BarrierPostPhaseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.BarrierPostPhaseException
[<System.Security.SecurityCritical>]
new System.Threading.BarrierPostPhaseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.BarrierPostPhaseException
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

Uwagi

Ten konstruktor jest wywoływany podczas deserializacji w celu ponownego utworzenia obiektu wyjątku przesyłanego przez strumień.

Zobacz też

  • XML i SOAP Serializacji

Dotyczy

BarrierPostPhaseException(String, Exception)

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

Inicjuje nowe wystąpienie klasy BarrierPostPhaseException z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

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

Parametry

message
String

Komunikat opisujący wyjątek. Obiekt wywołujący tego konstruktora jest wymagany, aby upewnić się, że ten ciąg został zlokalizowany dla bieżącej kultury systemu.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku. Jeśli parametr innerException nie jest null, bieżący wyjątek jest zgłaszany w bloku catch, który obsługuje wyjątek wewnętrzny.

Uwagi

Wyjątek zgłaszany bezpośrednio w wyniku poprzedniego wyjątku powinien zawierać odwołanie do poprzedniego wyjątku we właściwości InnerException. Właściwość InnerException zwraca tę samą wartość, która jest przekazywana do konstruktora, lub null, jeśli właściwość InnerException nie dostarcza wartości wyjątku wewnętrznego do konstruktora.

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia BarrierPostPhaseException.

Własność Wartość
InnerException null.
Message Ciąg komunikatu o błędzie określony w message.

Zobacz też

Dotyczy