Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Saml.​Xml.​Error
Assembly: Duende.IdentityServer
Inheritance: object → Error
Implemented Interfaces
Represents an error that occured during parsing.
Properties
protected
System.​Type
EqualityContract
public
ErrorReason
Reason
Reason code.
public
string
LocalName
The expected local name of the node/attribute
The XML Node that caused the error
public
string
Message
Message explaining, contains technical details.
public
bool
Ignore
Do not throw for this error
public
string
StringValue
The string value of the failed operation, if applicable.
Methods
public
string
ToString​()
protected
bool
PrintMembers​(System.​Text.​StringBuilder builder)
public
int
GetHashCode​()
public
bool
Equals​(object obj)
public
void
Deconstruct​(ErrorReason& Reason,
System.​String& LocalName,
System.​Xml.​XmlNode& Node,
System.​String& Message)
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object