SaaS CMS has officially launched! Learn more now.

Class VersionValidationException

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Exception thrown when a content type validation fails during an update due to an invalid content type version being provided.

Inheritance
System.Object
VersionValidationException
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class VersionValidationException : InvalidOperationException

Constructors

VersionValidationException()

Initializes a new instance of the VersionValidationException class.

Declaration
public VersionValidationException()

VersionValidationException(SerializationInfo, StreamingContext)

Initializes a new instance of the VersionValidationException class with serialized data.

Declaration
protected VersionValidationException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

VersionValidationException(String)

Initializes a new instance of the VersionValidationException class.

Declaration
public VersionValidationException(string message)
Parameters
Type Name Description
System.String message

The message that describes the error.

Extension Methods