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