C# (CSharp) Microsoft.Azure.IoTSolutions.StorageAdapter.Services.Exceptions Namespace

Classes

Name Description
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.