ServiceNotAvailableExceptionRequiredService Property |
Gets the required service that was not available.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Type RequiredService { get; }
Public ReadOnly Property RequiredService As Type
Get
public:
property Type^ RequiredService {
Type^ get ();
}
member RequiredService : Type with get
Property Value
Type:
TypeSee Also