Class DataException
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
siSerializationInfoThe serialization info.
scStreamingContextThe streaming context.
DataException(string)
Creates a new instance.
public DataException(string message)
Parameters
messagestringThe exception message.
DataException(string, Exception)
Creates a new instance.
public DataException(string message, Exception innerException)