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
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, _ExceptionConstructors
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
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception