PIConnectFailedEventArgs.Exception Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The PIConnectionException associated with the failed connection to the
PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public PIConnectionException Exception { get; }
Public ReadOnly Property Exception As PIConnectionException Get Dim instance As PIConnectFailedEventArgs Dim value As PIConnectionException value = instance.Exception
public: property PIConnectionException^ Exception { PIConnectionException^ get (); }
member Exception : PIConnectionException with get