Class ValidationException
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
Exception that is thrown if validation using the Validate class fails.
public class ValidationException : RanorexException, ISerializable, _Exception
- Inheritance
-
ValidationException
- Implements
- Derived
- Inherited Members
Constructors
ValidationException()
Creates a new instance.
public ValidationException()
ValidationException(SerializationInfo, StreamingContext)
Creates a new instance.
protected ValidationException(SerializationInfo si, StreamingContext sc)
Parameters
siSerializationInfoThe serialization info.
scStreamingContextThe streaming context.
ValidationException(string)
Creates a new instance.
public ValidationException(string message)
Parameters
messagestringThe exception message.
ValidationException(string, Exception)
Creates a new instance.
public ValidationException(string message, Exception innerException)