Share via


AlertObjectExpiredException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the AlertObjectExpiredException class with the specified serialized data.

Namespace:   Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly:  AlertFramework (in AlertFramework.dll)

Syntax

protected AlertObjectExpiredException(
    SerializationInfo info,
    StreamingContext context
)
protected:
AlertObjectExpiredException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

AlertObjectExpiredException Overload
AlertObjectExpiredException Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top