SmsErrorDialog Constructor (Exception)
Initializes a new instance of SmsErrorDialog with an exception.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim ex As Exception
Dim instance As New SmsErrorDialog(ex)
Syntax
'Declaration
Public Sub New ( _
ex As Exception _
)
public SmsErrorDialog (
Exception ex
)
public:
SmsErrorDialog (
Exception^ ex
)
public SmsErrorDialog (
Exception ex
)
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
Reference
SmsErrorDialog Class
SmsErrorDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace