다음을 통해 공유


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)

속성 값

발생한 예외 목록입니다.

적용 대상