This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Azure; | |
using Azure.Data.Tables; | |
using Microsoft.Extensions.Caching.Memory; | |
using Microsoft.Extensions.Options; | |
using Polly; | |
using System.Runtime.CompilerServices; | |
public class AzureTableServiceException : Exception | |
{ | |
public AzureTableServiceException(string message, Exception inner) |
OlderNewer