Class MDPImportException

Summary description for ImportExceptions.

Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Import
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public class MDPImportException : Exception, ISerializable, _Exception

Constructors

MDPImportException(String)

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

MDPImportException(String, DataRow, Int32, RuleItem, MetaField, Object)

Declaration
public MDPImportException(string message, DataRow Row, int RowIndex, RuleItem ColMapping, MetaField DestField, object ErrorValue)
Parameters
Type Name Description
System.String message
System.Data.DataRow Row
System.Int32 RowIndex
RuleItem ColMapping
MetaField DestField
System.Object ErrorValue

Properties

ColMapping

Declaration
public RuleItem ColMapping { get; }
Property Value
Type Description
RuleItem

DestField

Declaration
public MetaField DestField { get; }
Property Value
Type Description
MetaField

ErrorValue

Declaration
public string ErrorValue { get; }
Property Value
Type Description
System.String

Row

Declaration
public DataRow Row { get; }
Property Value
Type Description
System.Data.DataRow

RowIndex

Declaration
public int RowIndex { get; }
Property Value
Type Description
System.Int32

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Exception.ToString()

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception