The MSDN page on ConnectionState enumeration says "This value is reserved for future versions of the product", for all values except Open and Closed. What does that mean? Are other values even used?
However from this StackOverflow answer appears that ConnectionState.Broken is also used.