TieringException Constructor (String)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the TieringException class using the specified Management Group name as part of the error message.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim managementGroupName As String
Dim instance As New TieringException(managementGroupName)
Syntax
'Declaration
Public Sub New ( _
managementGroupName As String _
)
public TieringException (
string managementGroupName
)
public:
TieringException (
String^ managementGroupName
)
public TieringException (
String managementGroupName
)
public function TieringException (
managementGroupName : String
)
Parameters
- managementGroupName
The name of the Management Group.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
TieringException Class
TieringException Members
Microsoft.EnterpriseManagement.Common Namespace