Click or drag to resize

RhinoAccountsOperationInProgressException Constructor (Assembly, Exception)

Generates a new instance of the exception.

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

Parameters

assembly
Type: System.ReflectionAssembly
The assembly that is currently performing an operation.
innerException (Optional)
Type: SystemException
The inner exception.
See Also