WebTestStoppedException Oluşturucu (SerializationInfo, StreamingContext)
Yeni bir örneğini başlatır WebTestStoppedException remoting senaryoları için sınıf.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected WebTestStoppedException(
SerializationInfo info,
StreamingContext context
)
protected:
WebTestStoppedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> WebTestStoppedException
protected function WebTestStoppedException(
info : SerializationInfo,
context : StreamingContext
)
Parametreler
- info
Tür: System.Runtime.Serialization.SerializationInfo
Durum oluşturulduktan özel durum hakkında nesne seri hale getirilmiş verileri tutan.
- context
Tür: System.Runtime.Serialization.StreamingContext
Kaynak veya hedef hakkında kavramsal bilgiler içerir.
Özel Durumlar
Exception | Koşul |
---|---|
ArgumentNullException | infois nullnull başvuru (Visual Basic'te Nothing). |
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.