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.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
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 |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
ConflictingIdException(String)
Construction from a message
Declaration
public ConflictingIdException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|---|
System.String | message | |
System.Exception | inner |
Properties
Id
The conflicting id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception