Share via


AlertObjectExpiredException Constructor (String)

 

Initializes a new instance of the AlertObjectExpiredException class with the specified message.

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

Syntax

public AlertObjectExpiredException(
    string message
)
public:
AlertObjectExpiredException(
    String^ message
)
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

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

Return to top