Aracılığıyla paylaş


SqlRetryingEventArgs.Exceptions Özellik

Tanım

İlk deneme hatasından bu yana özel durumların listesini alır.

public:
 property System::Collections::Generic::IList<Exception ^> ^ Exceptions { System::Collections::Generic::IList<Exception ^> ^ get(); };
public System.Collections.Generic.IList<Exception> Exceptions { get; }
member this.Exceptions : System.Collections.Generic.IList<Exception>
Public ReadOnly Property Exceptions As IList(Of Exception)

Özellik Değeri

Oluşan özel durumların listesi.

Şunlara uygulanır