UnboundVariableException Members
An exception that is thrown when a variable is read before it is bound to a variable in the system under test. This class supports the generated test cases and is not intended to be used directly from your code.
The following tables list the members exposed by the UnboundVariableException type.
Public Constructors
(see also Protected Constructors)
Name | Description | |
---|---|---|
UnboundVariableException | Overloaded. Initializes a new instance of the UnboundVariableException class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
UnboundVariableException | Overloaded. Initializes a new instance of the UnboundVariableException class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Data | (Inherited from Exception) | |
HelpLink | (Inherited from Exception) | |
InnerException | (Inherited from Exception) | |
Message | (Inherited from Exception) | |
Source | (Inherited from Exception) | |
StackTrace | (Inherited from Exception) | |
TargetSite | (Inherited from Exception) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (Inherited from Exception) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetBaseException | (Inherited from Exception) | |
GetHashCode | (Inherited from Object) | |
GetObjectData | (Inherited from Exception) | |
GetType | (Inherited from Exception) | |
ToString | Overridden. (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Protected Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception) |
Top
See Also
Reference
UnboundVariableException Class
Microsoft.SpecExplorer.Runtime.Testing Namespace