Class ConflictingIdException
Exception thrown from PublishSharedObject(string, object, IdConflictResolution) if an object with the same id is already part of the collection, and the conflict resolution parameter is set to cause exceptions to be thrown.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class ConflictingIdException : FileTypeSupportException, ISerializable, _Exception
Constructors
ConflictingIdException()
Default constructor
Declaration
public ConflictingIdException()
ConflictingIdException(SerializationInfo, StreamingContext)
Protected constructor used for serialization
Declaration
protected ConflictingIdException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
ConflictingIdException(string)
Construction from a message
Declaration
public ConflictingIdException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
ConflictingIdException(string, Exception)
Construction from a message and an originating inner exception
Declaration
public ConflictingIdException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |
Properties
Id
The conflicting id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |