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

AF SDK Reference

AFDataPipeSignupSuspendedException Class

  • Last UpdatedNov 18, 2025
  • 4 minute read
AFDataPipeSignupSuspendedException Class
Represents a signup that cannot be completed currently but could become active in the future.

Inheritance Hierarchy

SystemObject
  SystemException
    OSIsoft.AF.DataAFDataPipeSignupSuspendedException

Namespace:  OSIsoft.AF.Data
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[SerializableAttribute]
public class AFDataPipeSignupSuspendedException : Exception, 
	ISerializable
<SerializableAttribute>
Public Class AFDataPipeSignupSuspendedException
	Inherits Exception
	Implements ISerializable

Dim instance As AFDataPipeSignupSuspendedException
[SerializableAttribute]
public ref class AFDataPipeSignupSuspendedException : public Exception, 
	ISerializable
[<SerializableAttribute>]
type AFDataPipeSignupSuspendedException =  
    class
        inherit Exception
        interface ISerializable
    end

The AFDataPipeSignupSuspendedException type exposes the following members.

Constructors

  NameDescription
Public method
AFDataPipeSignupSuspendedException
Construct a suspended signup exception.
Public method
AFDataPipeSignupSuspendedException(String)
Construct a suspended signup exception.
Public method
AFDataPipeSignupSuspendedException(String, Exception)
Construct a suspended signup exception.

Properties

  NameDescription
Public property
Data
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public property
HelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public property
HResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public property
InnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public property
Message
Gets a message that describes the current exception.
(Inherited from Exception.)
Public property
Source
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public property
StackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public property
TargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)

Methods

  NameDescription
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception.)
Public method
GetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Public method
ToString
Creates and returns a string representation of the current exception.
(Inherited from Exception.)

Extension Methods

  NameDescription
Public Extension Method
IsRetryable
This extension method will indicate if the Exception is considered retryable.
(Defined by AFSDKExtension.)

Remarks

If the IsSuspendedSignupEnabled or IsSuspendedSignupEnabled options are enabled then attribute signups that are suspended are indicated by an AFDataPipeSignupSuspendedException error returned in the signup call. It is not guaranteed that the signup will be established immediately when it is available, but it should be picked up within 10 minutes. If the PIPointCacheUpdatePeriod is set to a positive value, updates can be processed more promptly in some cases. When the signup is establshied and data start, an AFDataPipeSignupEstablishedEvent will be sent on the first update scan that the signup receives data.

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