| UnexpectedConditionException Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | UnexpectedConditionException | 
            Initializes a new instance of the UnexpectedConditionException class.
             | 
|  | UnexpectedConditionException(String) | 
            Initializes a new instance of the UnexpectedConditionException class with a specified
            error message.
             | 
|  | UnexpectedConditionException(String, Exception) | 
            Initializes a new instance of the UnexpectedConditionException class with a specified
            error message and a reference to the inner exception that is the cause of this exception.
             | 
 See Also
See Also