Aracılığıyla paylaş


WebTestStoppedException Oluşturucu (String, Exception)

Yeni bir örneğini başlatır WebTestStoppedException bir hata iletisi ve iç başvuru içeren sınıf Exception bu özel duruma neden oldu.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

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

Parametreler

  • message
    Tür: System.String
    Özel durumun nedenini açıklayan bir hata iletisi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestStoppedException Sınıf

WebTestStoppedException Fazla Yük

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı