NoSuchManagementAgentException Constructor (String)

Creates an instance of the NoSuchManagementAgentException class with the specified management agent name.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim MAName As String

Dim instance As New NoSuchManagementAgentException(MAName)

Syntax

'Declaration
Public Sub New ( _
    MAName As String _
)
public NoSuchManagementAgentException (
    string MAName
)
public:
NoSuchManagementAgentException (
    String^ MAName
)
public NoSuchManagementAgentException (
    String MAName
)
public function NoSuchManagementAgentException (
    MAName : String
)

Parameters

  • MAName
    The name of the nonexistent management agent.

Platforms

Target Platforms

See Also

Reference

NoSuchManagementAgentException Class
NoSuchManagementAgentException Members
Microsoft.MetadirectoryServices Namespace
NoSuchManagementAgentException Class