Microsoft Identity Integration Server 2003 Developer Reference |
The DeclineMappingException exception is thrown when the method cannot produce a mapping. In some cases, if another mapping is available, that mapping is executed. In those cases this exception is thrown to allow attributes from a management agent with a lower precedence to flow to the metaverse. See the Remarks section for further information on the cases.
The DeclineMappingException class is derived from the ExtensionException class.
The DeclineMappingException class has the following public constructor.
Constructor | Description |
---|---|
DeclineMappingException |
Creates an instance of the DeclineMappingException class. |
The DeclineMappingException 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. |
The DeclineMappingException class has the following public properties.
Property | Description |
---|---|
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. |
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. |
If this exception is thrown by the MapAttributesForExport, MapAttributesForImport, or MapAttributesForJoin method, Identity Integration Server moves to the next mapping with lower precedence. If this exception is thrown by any other method, it causes an error on the object (just like any other exception), the current object is not be processed any further, and Identity Integration Server moves to the next object, if there is one.
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.