AFDataPipeSignupSuspendedException Constructor (String, Exception)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Construct a suspended signup exception.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDataPipeSignupSuspendedException( string message, Exception innerException )
Public Sub New ( message As String, innerException As Exception ) Dim message As String Dim innerException As Exception Dim instance As New AFDataPipeSignupSuspendedException(message, innerException)
public: AFDataPipeSignupSuspendedException( String^ message, Exception^ innerException )
new : message : string * innerException : Exception -> AFDataPipeSignupSuspendedException
Parameters
- message
- Type: SystemString
The message that describes the error. - innerException
- Type: SystemException
The exception that is the cause of the current exception.