Table of Contents

Class DataException

Namespace
Ranorex.Core.Data
Assembly
Ranorex.Core.dll

Exception that is thrown if data cannot be retrieved from a data source or cannot be converted to the required type.

public class DataException : RanorexException, ISerializable, _Exception
Inheritance
DataException
Implements
Inherited Members

Constructors

DataException()

Creates a new instance.

public DataException()

DataException(SerializationInfo, StreamingContext)

Creates a new instance.

protected DataException(SerializationInfo si, StreamingContext sc)

Parameters

si SerializationInfo

The serialization info.

sc StreamingContext

The streaming context.

DataException(string)

Creates a new instance.

public DataException(string message)

Parameters

message string

The exception message.

DataException(string, Exception)

Creates a new instance.

public DataException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.