BarrierPostPhaseException Constructor
Initializes a new instance of the BarrierPostPhaseException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BarrierPostPhaseException() | Initializes a new instance of the BarrierPostPhaseException class with a system-supplied message that describes the error. |
![]() | BarrierPostPhaseException(Exception^) | Initializes a new instance of the BarrierPostPhaseException class with the specified inner exception. |
![]() | BarrierPostPhaseException(SerializationInfo^, StreamingContext) | Initializes a new instance of the BarrierPostPhaseException class with serialized data. |
![]() | BarrierPostPhaseException(String^) | Initializes a new instance of the BarrierPostPhaseException class with a specified message that describes the error. |
![]() | BarrierPostPhaseException(String^, Exception^) | Initializes a new instance of the BarrierPostPhaseException class with a specified error message and a reference to the inner exception that is the cause of this exception. |

