다음을 통해 공유


AzureStorageUtils.TableStorageDataNotFound(Exception) 메서드

정의

Azure Storage 라이브러리에서 반환된 예외를 검사하여 스토리지 테이블에 없는 일부 데이터를 읽으려는 시도가 있었는지 확인합니다.

public static bool TableStorageDataNotFound (Exception exc);
static member TableStorageDataNotFound : Exception -> bool
Public Shared Function TableStorageDataNotFound (exc As Exception) As Boolean

매개 변수

exc
Exception

Azure Storage 라이브러리 작업에서 반환된 예외

반환

True 이 예외가 읽는 데이터가 Azure Table Storage에 없음을 의미하는 경우

적용 대상