Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NoSuchObjectException exception is thrown when a non-existent object is requested.
The NoSuchObjectException class is derived from the MetadirectoryServicesException class.
Public Constructors
The NoSuchObjectException class has the following public constructor.
| Constructor | Description |
|---|---|
| NoSuchObjectException |
Creates an instance of the NoSuchObjectException class with the specified management agent name and distinguished name. |
Public Methods
The NoSuchObjectException class has the following public methods.
| Method | Description |
|---|---|
| Equals |
Determines if two objects are equal. |
| GetBaseException |
Retrieves the Exception that is the root cause of one or more subsequent exceptions. |
| GetHashCode |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
| GetObjectData |
Sets the SerializationInfo with information about the exception. |
| GetType |
Retrieves the Type of the current object. |
| ToString |
Retrieves a String that represents the current object. |
Public Properties
The NoSuchObjectException class defines the following public properties.
| Property | Description |
|---|---|
| DN | Data type: ReferenceValue Access type: Read-only A ReferenceValue object that contains the distinguished name of the non-existent object. |
| HelpLink | Data type: String Access type: Read/write Contains a link to the Help file associated with this exception. |
| InnerException | Data type: Exception Access type: Read-only Contains the Exception instance that caused the current exception. |
| MAName | Data type: String Access type: Read-only A string that contains the name of the management agent that does not contain the requested object. |
| Message | Data type: String Access type: Read-only Contains a message that describes the current exception. |
| Source | Data type: String Access type: Read/write Contains or sets the name of the application or object that caused the exception. |
| StackTrace | Data type: String Access type: Read-only Contains a string representation of the frames on the call stack at the time the current exception was thrown. |
| TargetSite | Data type: MethodBase Access type: Read-only Contains the method that throws the current exception. |
Requirements
| Product | ILM 2007 FP1 |
| Namespace | Microsoft.MetadirectoryServices |
| Assembly | Microsoft.MetadirectoryServices |
| .NET Framework | .NET Framework 2.0 |
See Also
MetadirectoryServicesException
ReferenceValue
Send comments about this topic to Microsoft
Build date: 2/16/2009