AlertProviderException Constructor (String)
Initializes a new instance of the AlertProviderException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public AlertProviderException(
string message
)
public:
AlertProviderException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
See Also
AlertProviderException Overload
AlertProviderException Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top