Share via


AlertProviderException Constructor

 

Initializes a new instance of the AlertProviderException class.

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

Overload List

Name Description
System_CAPS_pubmethod AlertProviderException()

Initializes a new instance of the AlertProviderException class.

System_CAPS_protmethod AlertProviderException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod AlertProviderException(String)

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

System_CAPS_pubmethod AlertProviderException(String, Exception)

Initializes a new instance of the AlertProviderException class with the specified error message and a reference to the inner exception that is the cause of this exception.

See Also

AlertProviderException Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace

Return to top