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

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

protected:
ConditionalRuleException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo to use for serialization and deserialization.

context
Type: System.Runtime.Serialization::StreamingContext

The StreamingContext to describe the source and destination of the serialized stream.

Return to top
Show: