Initializes a new instance of
SmsExceptionPageControl for the specified page data.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
pageData As SmsPageData _
)
|
C# |
public SmsExceptionPageControl (
SmsPageData pageData
)
|
C++ |
public:
SmsExceptionPageControl (
SmsPageData^ pageData
)
|
J# |
public SmsExceptionPageControl (
SmsPageData pageData
)
|
JScript |
public function SmsExceptionPageControl (
pageData : SmsPageData
)
|
Parameters
- pageData
-
[in] SmsPageData
object.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also