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

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

Same methods

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