Table of Contents

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

si SerializationInfo

The serialization info.

sc StreamingContext

The streaming context.

ValidationException(string)

Creates a new instance.

public ValidationException(string message)

Parameters

message string

The exception message.

ValidationException(string, Exception)

Creates a new instance.

public ValidationException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.