Compartir a través de


SmsErrorDialog Constructor (Exception, String)

Initializes a new instance of SmsErrorDialog with an exception and an error message.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim ex As Exception
Dim message As String

Dim instance As New SmsErrorDialog(ex, message)

Syntax

'Declaration
Public Sub New ( _
    ex As Exception, _
    message As String _
)
public SmsErrorDialog (
    Exception ex,
    string message
)
public:
SmsErrorDialog (
    Exception^ ex, 
    String^ message
)
public SmsErrorDialog (
    Exception ex, 
    String message
)
public function SmsErrorDialog (
    ex : Exception, 
    message : String
)

Parameters

  • ex
    [in] System.Exception object.
  • message
    [in] Error message, represented by the Message property.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsErrorDialog Class
SmsErrorDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
Message