RanorexRanorex Documentation
RanorexException Constructor (message, innerException)
NamespacesRanorexRanorexExceptionRanorexException(String, Exception)
Creates a new Ranorex exception.
Declaration Syntax
C#Visual BasicVisual C++
public RanorexException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
RanorexException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The exception message.
innerException (Exception)
The inner exception.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)