SmsErrorDialog Constructor (String, String)
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
'Usage
Dim details As String
Dim message As String
Dim instance As New SmsErrorDialog(details, message)
Syntax
'Declaration
Public Sub New ( _
details As String, _
message As String _
)
public SmsErrorDialog (
string details,
string message
)
public:
SmsErrorDialog (
String^ details,
String^ message
)
public SmsErrorDialog (
String details,
String message
)
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
Reference
SmsErrorDialog Class
SmsErrorDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
Details
Icon