Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class IncorrectValueTypeException

Summary description for IncorectValueTypeException.

Inheritance
System.Object
IncorrectValueTypeException
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public class IncorrectValueTypeException : MetaDataPlusException

Constructors

IncorrectValueTypeException()

Declaration
public IncorrectValueTypeException()

IncorrectValueTypeException(SerializationInfo, StreamingContext)

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

IncorrectValueTypeException(String)

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

IncorrectValueTypeException(String, Exception)

Declaration
public IncorrectValueTypeException(string message, Exception inner)
Parameters
Type Name Description
System.String message
System.Exception inner