Show / Hide Table of Contents

Class XmlResolveNameClashException

Denotes the exception that an identifier has clashed

Inheritance
object
Exception
XmlResolveNameClashException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
public class XmlResolveNameClashException : Exception, ISerializable

Constructors

| Edit this page View Source

XmlResolveNameClashException(string, ITypeSerializationInfo, IEnumerable<object>)

Creates a new instance

Declaration
public XmlResolveNameClashException(string id, ITypeSerializationInfo type, IEnumerable<object> candidates)
Parameters
Type Name Description
string id

the id

ITypeSerializationInfo type

theexpected type of elements

IEnumerable<object> candidates

The objects with the given id

Properties

| Edit this page View Source

Candidates

The objects with the given id

Declaration
public IEnumerable<object> Candidates { get; }
Property Value
Type Description
IEnumerable<object>
| Edit this page View Source

Id

The identifier

Declaration
public string Id { get; }
Property Value
Type Description
string
| Edit this page View Source

Type

The expected type of elements

Declaration
public ITypeSerializationInfo Type { get; }
Property Value
Type Description
ITypeSerializationInfo

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX