Поделиться через


ConditionalRuleException - конструктор (SerializationInfo, StreamingContext)

Инициализирует новый экземпляр класса ConditionalRuleException.Используется в скриптах удаленного взаимодействия, когда исключение передается от сервера клиенту.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
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
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

ConditionalRuleException Класс

ConditionalRuleException - перегрузка

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен