Aracılığıyla paylaş


WebTestEndOfDataException Sınıf

Olan bir tabloyu veri bağlama gerçekleştirildiğinde, durum oluşturulduktan özel durum UniqueDataBindingAccessMethod daha fazla Satır tablosundaki veri olduğunda.

Devralma Hiyerarşisi

Object
  Exception
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestException
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestEndOfDataException

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

Sözdizimi

'Bildirim
<SerializableAttribute> _
Public Class WebTestEndOfDataException _
    Inherits WebTestException
[SerializableAttribute]
public class WebTestEndOfDataException : WebTestException
[SerializableAttribute]
public ref class WebTestEndOfDataException : public WebTestException
[<SerializableAttribute>]
type WebTestEndOfDataException =  
    class 
        inherit WebTestException 
    end
public class WebTestEndOfDataException extends WebTestException

WebTestEndOfDataException türü aşağıdaki üyeleri ortaya koyar.

Oluşturucular

  Ad Açıklama
Genel yöntem WebTestEndOfDataException() Yeni bir örneğini başlatır WebTestEndOfDataException sınıfı.
Genel yöntem WebTestEndOfDataException(String) Yeni bir örneğini başlatır WebTestEndOfDataException bir hata iletisiyle sınıfı.
Korumalı yöntem WebTestEndOfDataException(SerializationInfo, StreamingContext) Yeni bir örneğini başlatır WebTestEndOfDataException remoting senaryoları için sınıf.
Genel yöntem WebTestEndOfDataException(String, Exception) Yeni bir örneğini başlatır WebTestEndOfDataException bir hata iletisi ve iç başvuru sınıfla Exception bu özel duruma neden oldu.

Üst

Özellikler

  Ad Açıklama
Genel özellik Data Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Exception kaynağından devralındı.)
Genel özellik HelpLink Gets or sets a link to the help file associated with this exception. (Exception kaynağından devralındı.)
Korumalı özellik HResult Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Exception kaynağından devralındı.)
Genel özellik InnerException Gets the Exception instance that caused the current exception. (Exception kaynağından devralındı.)
Genel özellik Message Gets a message that describes the current exception. (Exception kaynağından devralındı.)
Genel özellik Source Gets or sets the name of the application or the object that causes the error. (Exception kaynağından devralındı.)
Genel özellik StackTrace Gets a string representation of the immediate frames on the call stack. (Exception kaynağından devralındı.)
Genel özellik TargetSite Gets the method that throws the current exception. (Exception kaynağından devralındı.)

Üst

Yöntemler

  Ad Açıklama
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem GetBaseException When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Exception kaynağından devralındı.)
Genel yöntem GetHashCode Serves as the default hash function. (Object kaynağından devralındı.)
Genel yöntem GetObjectData When overridden in a derived class, sets the SerializationInfo with information about the exception. (Exception kaynağından devralındı.)
Genel yöntem GetType Gets the runtime type of the current instance. (Exception kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Genel yöntem ToString Creates and returns a string representation of the current exception. (Exception kaynağından devralındı.)

Üst

Notlar

Bu sınıf, seri hale getirilebilir.

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı

Diğer Kaynaklar

Working with Web Tests