![]()  | 
  
    Paradox Game Engine
    v1.0.0 beta06
    
   | 
 
An exception that occurs during consistency checks of Quantum objects, indicating that a IModelNode is un an unexpected state. More...
Public Member Functions | |
| QuantumConsistencyException (string expected, string observed, IModelNode node) | |
| Initializes a new instance of the QuantumConsistencyException class.  More... | |
| QuantumConsistencyException (string expected, string expectedArg, string observed, string observedArg, IModelNode node) | |
| Initializes a new instance of the QuantumConsistencyException class, with advanced string formatting.  More... | |
Properties | |
| string | Expected [get, set] | 
| Gets a string representing the expected result.  More... | |
| string | Observed [get, set] | 
| Gets a string representing the observed result.  More... | |
| IModelNode | Node [get, set] | 
| Gets the IModelNode that triggered this exception.  More... | |
An exception that occurs during consistency checks of Quantum objects, indicating that a IModelNode is un an unexpected state.
Definition at line 10 of file QuantumConsistencyException.cs.
| SiliconStudio.Quantum.QuantumConsistencyException.QuantumConsistencyException | ( | string | expected, | 
| string | observed, | ||
| IModelNode | node | ||
| ) | 
Initializes a new instance of the QuantumConsistencyException class.
| expected | A string representing the expected result. | 
| observed | A string representing the observed result. | 
| node | The node that is related to this error. | 
Definition at line 18 of file QuantumConsistencyException.cs.
| SiliconStudio.Quantum.QuantumConsistencyException.QuantumConsistencyException | ( | string | expected, | 
| string | expectedArg, | ||
| string | observed, | ||
| string | observedArg, | ||
| IModelNode | node | ||
| ) | 
Initializes a new instance of the QuantumConsistencyException class, with advanced string formatting.
| expected | A string representing the expected result. This string must contains a | 
| expectedArg | |
| observed | A string representing the observed result. | 
| observedArg | |
| node | The node that is related to this error. | 
Definition at line 34 of file QuantumConsistencyException.cs.
      
  | 
  getset | 
Gets a string representing the expected result.
Definition at line 60 of file QuantumConsistencyException.cs.
      
  | 
  getset | 
Gets the IModelNode that triggered this exception.
Definition at line 70 of file QuantumConsistencyException.cs.
      
  | 
  getset | 
Gets a string representing the observed result.
Definition at line 65 of file QuantumConsistencyException.cs.