AFDataPipeSignupSuspendedException Constructor (String)
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Construct a suspended signup exception.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFDataPipeSignupSuspendedException( string message )
Public Sub New ( message As String ) Dim message As String Dim instance As New AFDataPipeSignupSuspendedException(message)
public: AFDataPipeSignupSuspendedException( String^ message )
new : message : string -> AFDataPipeSignupSuspendedException
Parameters
- message
- Type: SystemString
The message that describes the error.