Class InvalidModelTypeException
Exception class thrown when an invalid model type was found.
Inheritance
System.Object
InvalidModelTypeException
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class InvalidModelTypeException : NotSupportedException
Constructors
InvalidModelTypeException()
Initializes a new instance of the Invalid
Declaration
public InvalidModelTypeException()
InvalidModelTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the Invalid
Declaration
protected InvalidModelTypeException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | |
System. |
context |
InvalidModelTypeException(Type)
Initializes a new instance of the Invalid
Declaration
public InvalidModelTypeException(Type modelType)
Parameters
Type | Name | Description |
---|---|---|
System. |
modelType | The model type that was invalid. |
InvalidModelTypeException(Type, String)
Initializes a new instance of the Invalid
Declaration
public InvalidModelTypeException(Type modelType, string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
modelType | The model type that was invalid. |
System. |
message | The message that describes the error |
Properties
ModelType
Gets the Model
Declaration
public Type ModelType { get; }
Property Value
Type | Description |
---|---|
System. |