Table of Contents

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

id string

the id

type ITypeSerializationInfo

theexpected type of elements

candidates IEnumerable<object>

The objects with the given id

Properties

Candidates

The objects with the given id

public IEnumerable<object> Candidates { get; }

Property Value

IEnumerable<object>

Id

The identifier

public string Id { get; }

Property Value

string

Type

The expected type of elements

public ITypeSerializationInfo Type { get; }

Property Value

ITypeSerializationInfo