Initializes a new instance of
SmsErrorDialog with dialog box details and an error message.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim details As String
Dim message As String
Dim instance As New SmsErrorDialog(details, message)
|
Syntax
Visual Basic |
Public Sub New ( _
details As String, _
message As String _
)
|
C# |
public SmsErrorDialog (
string details,
string message
)
|
C++ |
public:
SmsErrorDialog (
String^ details,
String^ message
)
|
J# |
public SmsErrorDialog (
String details,
String message
)
|
JScript |
public function SmsErrorDialog (
details : String,
message : String
)
|
Parameters
- details
-
[in] Dialog box details, represented by the
Details property.
- 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