Share via


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)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ConditionalRuleException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ConditionalRuleException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ConditionalRuleException
protected function ConditionalRuleException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

ConditionalRuleException Class

ConditionalRuleException Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace