Creates an instance of the NoSuchManagementAgentException class with the specified management agent name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim MAName As String

Dim instance As New NoSuchManagementAgentException(MAName)

Syntax

Visual Basic
Public Sub New ( _
		MAName As String _
)
C#
public NoSuchManagementAgentException (
		string MAName
)
C++
public:
NoSuchManagementAgentException (
		String^ MAName
)
J#
public NoSuchManagementAgentException (
		String MAName
)
JScript
public function NoSuchManagementAgentException (
		MAName : String
)

Parameters

MAName

The name of the nonexistent management agent.

Platforms

Target Platforms

See Also