Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConditionalRuleException Constructor

 

Initializes a new instance of the ConditionalRuleException class.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

NameDescription
System_CAPS_pubmethodConditionalRuleException()

Initializes a new instance of the ConditionalRuleException class.

System_CAPS_protmethodConditionalRuleException(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.

System_CAPS_pubmethodConditionalRuleException(String^)

Initializes a new instance of the ConditionalRuleException class by using the provided message.

System_CAPS_pubmethodConditionalRuleException(String^, Exception^)

Initializes a new instance of the ConditionalRuleException class by using the specified message an inner exception.

Return to top
Show: