AzureStorageUtils.TableStorageDataNotFound(Exception) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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에 없음을 의미하는 경우