Class AmbiguousXmlReference
Inheritance
AmbiguousXmlReference
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
Properties
|
Improve this Doc
View Source
MatchedElements
Declaration
public List<XmlElement> MatchedElements { get; }
Property Value
|
Improve this Doc
View Source
ReferencedId
Declaration
public string ReferencedId { get; }
Property Value