FoundryStorageBadRequestException 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 the storage service rejects a request as invalid (HTTP 400).
public class FoundryStorageBadRequestException : Azure.AI.AgentServer.Core.Storage.FoundryStorageException
type FoundryStorageBadRequestException = class
inherit FoundryStorageException
Public Class FoundryStorageBadRequestException
Inherits FoundryStorageException
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| FoundryStorageBadRequestException(String, String, Int32, String) |
Initializes a new instance of the FoundryStorageBadRequestException class. |
Properties
| Name | Description |
|---|---|
| Param |
Gets the offending request parameter reported by the service, if any. |