Microsoft Identity Integration Server 2003 Developer Reference

NoSuchManagementAgentException.NoSuchManagementAgentException

The NoSuchManagementAgentException constructor creates an instance of the NoSuchManagementAgentException class with the specified management agent name.
[C#]
public NoSuchManagementAgentException(
  String MAName
);
[Visual Basic .NET]
Public Sub New( _
  ByVal MAName As String _
)

Parameters

MAName
The name of the non-existent management agent.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

NoSuchManagementAgentException