SmsErrorDialog Constructor (String, String, Icon)
Initializes a new instance of SmsErrorDialog with dialog box details, an error message, and an icon.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim details As String
Dim message As String
Dim icon As Icon
Dim instance As New SmsErrorDialog(details, message, icon)
Syntax
'Declaration
Public Sub New ( _
details As String, _
message As String, _
icon As Icon _
)
public SmsErrorDialog (
string details,
string message,
Icon icon
)
public:
SmsErrorDialog (
String^ details,
String^ message,
Icon^ icon
)
public SmsErrorDialog (
String details,
String message,
Icon icon
)
public function SmsErrorDialog (
details : String,
message : String,
icon : Icon
)
Parameters
- details
[in] Dialog box details, represented by the Details property.
- message
[in] Error message, represented by the Message property.
- icon
[in] System.Drawing.Icon object, represented by the Icon 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
Message