Initializes a new instance of
SmsErrorDialog with an exception.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim ex As Exception
Dim instance As New SmsErrorDialog(ex)
|
Syntax
Visual Basic |
Public Sub New ( _
ex As Exception _
)
|
C# |
public SmsErrorDialog (
Exception ex
)
|
C++ |
public:
SmsErrorDialog (
Exception^ ex
)
|
J# |
public SmsErrorDialog (
Exception ex
)
|
JScript |
public function SmsErrorDialog (
ex : Exception
)
|
Parameters
- ex
-
[in] System.Exception object.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also