FoundryStorageNotFoundException(String, String) Constructor

Definition

Initializes a new instance of the FoundryStorageNotFoundException class.

public FoundryStorageNotFoundException(string message, string? errorCode = default);
new Azure.AI.AgentServer.Core.Storage.FoundryStorageNotFoundException : string * string -> Azure.AI.AgentServer.Core.Storage.FoundryStorageNotFoundException
Public Sub New (message As String, Optional errorCode As String = Nothing)

Parameters

message
String

The error message.

errorCode
String

The service-defined error code, if any.

Applies to