C# (CSharp) Microsoft.Azure.IoTSolutions.StorageAdapter.Services.Exceptions 네임스페이스

클래스들

이름 설명
ConflictingResourceException This exception is thrown when a client attempts to create a resource which would conflict with an existing one, for instance using the same identifier. The client should change the identifier or assume the resource has already been created.
InvalidInputException This exception is thrown when a client sends a request badly formatted or containing invalid values. The client should fix the request before retrying.
ResourceNotFoundException This exception is thrown when a client is requesting a resource that doesn't exist yet.