Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDataPipeSignupSuspendedException Constructor (String, Exception)

AFDataPipeSignupSuspendedException Constructor (String, Exception)

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDataPipeSignupSuspendedException Constructor (String, Exception)
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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5

See Also

TitleResults for “How to create a CRG?”Also Available in