Show / Hide Table of Contents
Editar no GitHub

Class AmbiguousXmlReference

Inheritance
Object
Exception
AmbiguousXmlReference
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: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class AmbiguousXmlReference : Exception, ISerializable, _Exception

Constructors

| Improve this Doc View Source

AmbiguousXmlReference(String, IEnumerable<XmlElement>)

Declaration
public AmbiguousXmlReference(string referencedId, IEnumerable<XmlElement> matches)
Parameters
Type Name Description
String referencedId
IEnumerable<XmlElement> matches

Properties

| Improve this Doc View Source

MatchedElements

Declaration
public List<XmlElement> MatchedElements { get; }
Property Value
Type Description
List<XmlElement>
| Improve this Doc View Source

ReferencedId

Declaration
public string ReferencedId { get; }
Property Value
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software