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

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
        protected BarrierPostPhaseException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }

Same methods

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