Click or drag to resize

RhinoAccountsServerNotReachableException Constructor (Exception)

Generates a new instance of the exception.

Namespace:  Rhino.Runtime.RhinoAccounts
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public RhinoAccountsServerNotReachableException(
	Exception innerException = null
)

Parameters

innerException (Optional)
Type: SystemException
The inner exception.
See Also