FoundryStorageException 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.
Base exception for all Foundry storage service errors. Derives from RequestFailedException so callers get the HTTP status and error code.
public class FoundryStorageException : Azure.RequestFailedException
type FoundryStorageException = class
inherit RequestFailedException
Public Class FoundryStorageException
Inherits RequestFailedException
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| FoundryStorageException(Int32, String, String, Exception) |
Initializes a new instance of the FoundryStorageException class. |