Partager via


NoSuchObjectException.NoSuchObjectException Constructor

The NoSuchObjectException constructor creates an instance of the NoSuchObjectException class with the specified management agent name and distinguished name.

Syntax

public void NoSuchObjectException(
  String MAName,
  String DN
);
Public Sub NoSuchObjectException( _
  ByVal MAName As String, _
  ByVal DN As String _
)

Parameters

  • MAName
    The name of the management agent that does not contain the object.

  • DN
    The distinguished name of the non-existent object.

Requirements

Product ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

NoSuchObjectException

Send comments about this topic to Microsoft

Build date: 2/16/2009