XmlValidationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
XmlValidationException() |
Initializes a new instance of the XmlValidationException class. |
XmlValidationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the XmlValidationException class. |
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. |
XmlValidationException(String) |
Initializes a new instance of the XmlValidationException class with a specified error message. |