Class AmbiguousXmlReference
Inheritance
AmbiguousXmlReference
Assembly: Lacuna.Pki.dll
Syntax
public class AmbiguousXmlReference : Exception, ISerializable, _Exception
Constructors
AmbiguousXmlReference(String, IEnumerable<XmlElement>)
Declaration
public AmbiguousXmlReference(string referencedId, IEnumerable<XmlElement> matches)
Parameters
Properties
MatchedElements
Declaration
public List<XmlElement> MatchedElements { get; }
Property Value
ReferencedId
Declaration
public string ReferencedId { get; }
Property Value