[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Namespace:
Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
Dim managementGroupName As String
Dim instance As New TieringException(managementGroupName)
|
Syntax
Visual Basic |
Public Sub New ( _
managementGroupName As String _
)
|
C# |
public TieringException (
string managementGroupName
)
|
C++ |
public:
TieringException (
String^ managementGroupName
)
|
J# |
public TieringException (
String managementGroupName
)
|
JScript |
public function TieringException (
managementGroupName : String
)
|
Parameters
- managementGroupName
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also