System.Threading.BarrierPostPhaseException.BarrierPostPhaseException C# (CSharp) Method

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
        public BarrierPostPhaseException(string message)
            : this(message, null)
        {
        }

Same methods

BarrierPostPhaseException::BarrierPostPhaseException ( ) : System.Diagnostics
BarrierPostPhaseException::BarrierPostPhaseException ( Exception innerException ) : System.Diagnostics
BarrierPostPhaseException::BarrierPostPhaseException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics
BarrierPostPhaseException::BarrierPostPhaseException ( string message, Exception innerException ) : System.Diagnostics
BarrierPostPhaseException