C# Класс System.Threading.BarrierPostPhaseException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
BarrierPostPhaseException ( ) : System.Diagnostics

Initializes a new instance of the BarrierPostPhaseException class.

BarrierPostPhaseException ( Exception innerException ) : System.Diagnostics

Initializes a new instance of the BarrierPostPhaseException class with the specified inner exception.

BarrierPostPhaseException ( string message ) : System.Diagnostics

Initializes a new instance of the BarrierPostPhaseException class with a specified error message.

BarrierPostPhaseException ( string message, Exception innerException ) : System.Diagnostics

Initializes a new instance of the BarrierPostPhaseException class with a specified error message and inner exception.

Защищенные методы

Метод Описание
BarrierPostPhaseException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics

Initializes a new instance of the BarrierPostPhaseException class with serialized data.

Описание методов

BarrierPostPhaseException() публичный Метод

Initializes a new instance of the BarrierPostPhaseException class.
public BarrierPostPhaseException ( ) : System.Diagnostics
Результат System.Diagnostics

BarrierPostPhaseException() публичный Метод

Initializes a new instance of the BarrierPostPhaseException class with the specified inner exception.
public BarrierPostPhaseException ( Exception innerException ) : System.Diagnostics
innerException Exception The exception that is the cause of the current exception.
Результат System.Diagnostics

BarrierPostPhaseException() защищенный Метод

Initializes a new instance of the BarrierPostPhaseException class with serialized data.
protected BarrierPostPhaseException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
info SerializationInfo The object that holds the serialized object data.
context StreamingContext The contextual information about the source or destination.
Результат System.Diagnostics

BarrierPostPhaseException() публичный Метод

Initializes a new instance of the BarrierPostPhaseException class with a specified error message.
public BarrierPostPhaseException ( string message ) : System.Diagnostics
message string A string that describes the exception.
Результат System.Diagnostics

BarrierPostPhaseException() публичный Метод

Initializes a new instance of the BarrierPostPhaseException class with a specified error message and inner exception.
public BarrierPostPhaseException ( string message, Exception innerException ) : System.Diagnostics
message string A string that describes the exception.
innerException Exception The exception that is the cause of the current exception.
Результат System.Diagnostics