Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    Exception
    FileTypeSupportException
    ConflictingIdException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    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

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • ConflictingIdException()
      • ConflictingIdException(SerializationInfo, StreamingContext)
      • ConflictingIdException(string)
      • ConflictingIdException(string, Exception)
    • Properties
      • Id
    • Implements
    Back to top Generated by DocFX