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