AlertEmailProviderNotAvailableException Constructor (String, Exception)
Initializes a new instance of the AlertEmailProviderNotAvailableException Class.Initializes a new instance of the AlertEmailProviderNotAvailableException Class.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel
Assembly: AlertFramework (in AlertFramework.dll)
Usage
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New AlertEmailProviderNotAvailableException(message, inner)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public AlertEmailProviderNotAvailableException (
string message,
Exception inner
)
public:
AlertEmailProviderNotAvailableException (
String^ message,
Exception^ inner
)
public AlertEmailProviderNotAvailableException (
String message,
Exception inner
)
public function AlertEmailProviderNotAvailableException (
message : String,
inner : Exception
)
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
AlertEmailProviderNotAvailableException Class
AlertEmailProviderNotAvailableException Members
Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.