Class ConflictingIdException
Exception thrown from Publish
Inherited Members
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 |
---|---|---|
Serialization |
info | |
Streaming |
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
Properties
Id
The conflicting id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |