ConditionalRuleException Class
Represents the exception that is thrown when an exception occurs during execution of any one of the three methods of a conditional rule.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.WebTesting::WebTestException
Microsoft.VisualStudio.TestTools.WebTesting::ConditionalRuleException
| Name | Description | |
|---|---|---|
![]() | ConditionalRuleException() | Initializes a new instance of the ConditionalRuleException class. |
![]() | ConditionalRuleException(SerializationInfo^, StreamingContext) | Initializes a new instance of the ConditionalRuleException class. Used in remoting scenarios when an exception is propagated from the server to the client. |
![]() | ConditionalRuleException(String^) | Initializes a new instance of the ConditionalRuleException class by using the provided message. |
![]() | ConditionalRuleException(String^, Exception^) | Initializes a new instance of the ConditionalRuleException class by using the specified message an inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
The three methods are as follows:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



