購買Buy
1-855-856-7678
支援Support
用於快取相關例外狀況。
命名空間: Microsoft.ApplicationServer.Caching
DataCacheException 型別公開下列成員。
| 名稱 | 說明 | |
|---|---|---|
![]() | DataCacheException()()()() | 初始化 DataCacheException 類別的新執行個體。 |
![]() | DataCacheException(String) | 初始化 DataCacheException 類別的新執行個體;可讓您提供含例外狀況的訊息。 |
![]() | DataCacheException(SerializationInfo, StreamingContext) | 初始化 DataCacheException 類別的新執行個體;可讓您提供含例外狀況的序列化資訊。 |
![]() | DataCacheException(String, Exception) | 初始化 DataCacheException 類別的新執行個體;可讓您提供含例外狀況的訊息與另一個例外狀況。 |
| 名稱 | 說明 | |
|---|---|---|
![]() | Data | (繼承自 Exception。) |
![]() | ErrorCode | 用來識別發生之例外狀況類型的整數。 |
![]() | HelpLink | 例外狀況的說明連結。 (覆寫 Exception..::..HelpLink。) |
![]() | HResult | (繼承自 Exception。) |
![]() | InnerException | (繼承自 Exception。) |
![]() | Message | 發生之例外狀況的描述。 (覆寫 Exception..::..Message。) |
![]() | Source | (繼承自 Exception。) |
![]() | StackTrace | (繼承自 Exception。) |
![]() | SubStatus | 發生之例外狀況的 DataCacheErrorSubstatus。 |
![]() | TargetSite | (繼承自 Exception。) |
![]() | TrackingId | 追蹤識別元與例外狀況相關。只有在啟用追蹤時有效。 |
| 名稱 | 說明 | |
|---|---|---|
![]() | Equals | (繼承自 Object。) |
![]() | Finalize | (繼承自 Object。) |
![]() | GetBaseException | (繼承自 Exception。) |
![]() | GetHashCode | (繼承自 Object。) |
![]() | GetObjectData | 用於序列化的介面。 (覆寫 Exception..::..GetObjectData(SerializationInfo, StreamingContext)。) |
![]() | GetType | (繼承自 Exception。) |
![]() | MemberwiseClone | (繼承自 Object。) |
![]() | ToString | (繼承自 Exception。) |
The ErrorCode property is an integer that corresponds to one of the error code constants in the DataCacheErrorCode class. The SubStatus property is an integer that corresponds to one of the sub-status constants in the DataCacheErrorSubStatus class. For more information on how to handle exceptions, see Handling Errors (AppFabric Cache Client).