AlertEmailSmtpAuthException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the AlertEmailSmtpAuthException Class.Initializes a new instance of the AlertEmailSmtpAuthException Class.

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

Usage

'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New AlertEmailSmtpAuthException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected AlertEmailSmtpAuthException (
    SerializationInfo info,
    StreamingContext context
)
protected:
AlertEmailSmtpAuthException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected AlertEmailSmtpAuthException (
    SerializationInfo info, 
    StreamingContext context
)
protected function AlertEmailSmtpAuthException (
    info : SerializationInfo, 
    context : StreamingContext
)

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

AlertEmailSmtpAuthException Class
AlertEmailSmtpAuthException Members
Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.