Class XmlResolveNameClashException
- Namespace
- NMF.Serialization
- Assembly
- NMF.Serialization.dll
Denotes the exception that an identifier has clashed
public class XmlResolveNameClashException : Exception, ISerializable- Inheritance
- 
      
      
      XmlResolveNameClashException
- Implements
- Inherited Members
Constructors
XmlResolveNameClashException(string, ITypeSerializationInfo, IEnumerable<object>)
Creates a new instance
public XmlResolveNameClashException(string id, ITypeSerializationInfo type, IEnumerable<object> candidates)Parameters
- idstring
- the id 
- typeITypeSerializationInfo
- theexpected type of elements 
- candidatesIEnumerable<object>
- The objects with the given id 
Properties
Candidates
The objects with the given id
public IEnumerable<object> Candidates { get; }Property Value
Id
The identifier
public string Id { get; }Property Value
Type
The expected type of elements
public ITypeSerializationInfo Type { get; }