Sdílet prostřednictvím


ConditionalRuleException – konstruktor (String, Exception)

Inicializuje novou instanci ConditionalRuleException třídy pomocí zadaného zpráva Vnitřní výjimka.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ConditionalRuleException(
    string message,
    Exception innerException
)
public:
ConditionalRuleException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ConditionalRuleException
public function ConditionalRuleException(
    message : String, 
    innerException : Exception
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ConditionalRuleException Třída

ConditionalRuleException – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů