C# Class System.Threading.BarrierPostPhaseException

Inheritance: Exception
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
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.

Protected Methods

Method Description
BarrierPostPhaseException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics

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

Method Details

BarrierPostPhaseException() public method

Initializes a new instance of the BarrierPostPhaseException class.
public BarrierPostPhaseException ( ) : System.Diagnostics
return System.Diagnostics

BarrierPostPhaseException() public method

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.
return System.Diagnostics

BarrierPostPhaseException() protected method

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.
return System.Diagnostics

BarrierPostPhaseException() public method

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.
return System.Diagnostics

BarrierPostPhaseException() public method

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.
return System.Diagnostics