SqlRetryingEventArgs.Exceptions 属性

定义

获取自第一次尝试失败以来的异常列表。

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)

属性值

发生的异常列表。

适用于