DbUnexpectedValidationException 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.
Exception thrown from GetValidationErrors() when an exception is thrown from the validation code.
[System.Serializable]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="Spelling is intentional.", MessageId="Db")]
public class DbUnexpectedValidationException : System.Data.DataException
[System.Serializable]
public class DbUnexpectedValidationException : System.Data.DataException
type DbUnexpectedValidationException = class
inherit DataException
Public Class DbUnexpectedValidationException
Inherits DataException
- Inheritance
-
DbUnexpectedValidationException
- Attributes
Constructors
DbUnexpectedValidationException() |
Initializes a new instance of DbUnexpectedValidationException. |
DbUnexpectedValidationException(SerializationInfo, StreamingContext) |
Initializes a new instance of DbUnexpectedValidationException with the specified serialization info and context. |
DbUnexpectedValidationException(String, Exception) |
Initializes a new instance of DbUnexpectedValidationException. |
DbUnexpectedValidationException(String) |
Initializes a new instance of DbUnexpectedValidationException. |
Applies to
Entity Framework