IAFLocalizedErrorProvider Interface
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
An interface for a method that returns localized string for analysis rule plugin error
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public interface IAFLocalizedErrorProvider
Public Interface IAFLocalizedErrorProvider Dim instance As IAFLocalizedErrorProvider
public interface class IAFLocalizedErrorProvider
type IAFLocalizedErrorProvider = interface end
The IAFLocalizedErrorProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetLocalizedError |
Returns localized string for given error code and context.
|