AlertEmailDisabledException Constructor (String)
Initializes a new instance of the AlertEmailDisabledException Class.Initializes a new instance of the AlertEmailDisabledException Class.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel
Assembly: AlertFramework (in AlertFramework.dll)
Usage
'Usage
Dim message As String
Dim instance As New AlertEmailDisabledException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public AlertEmailDisabledException (
string message
)
public:
AlertEmailDisabledException (
String^ message
)
public AlertEmailDisabledException (
String message
)
public function AlertEmailDisabledException (
message : String
)
Remarks
The default constructor initializes any fields to their default values.
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
AlertEmailDisabledException Class
AlertEmailDisabledException Members
Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.