FoundryStoragePreconditionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when an If-Match precondition fails (HTTP 412).
public class FoundryStoragePreconditionException : Azure.AI.AgentServer.Core.Storage.FoundryStorageException
type FoundryStoragePreconditionException = class
inherit FoundryStorageException
Public Class FoundryStoragePreconditionException
Inherits FoundryStorageException
- Inheritance
Constructors
| Name | Description |
|---|---|
| FoundryStoragePreconditionException(String, String, String) |
Initializes a new instance of the FoundryStoragePreconditionException class. |
Properties
| Name | Description |
|---|---|
| CurrentETag |
Gets the current server-side ETag returned with the precondition failure, if any. |