XmlValidationException Class

Definition

This exception is thrown when a problem occurs when validating the XML <Signature>.

[System.Serializable]
public class XmlValidationException : Microsoft.IdentityModel.Xml.XmlException
[<System.Serializable>]
type XmlValidationException = class
    inherit XmlException
Public Class XmlValidationException
Inherits XmlException
Inheritance
XmlValidationException
Attributes

Constructors

XmlValidationException()

Initializes a new instance of the XmlValidationException class.

XmlValidationException(SerializationInfo, StreamingContext)

Initializes a new instance of the XmlValidationException class.

XmlValidationException(String)

Initializes a new instance of the XmlValidationException class with a specified error message.

XmlValidationException(String, Exception)

Initializes a new instance of the XmlValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to