| RhinoAccountsException Constructor (Exception) | 
 
            Generates a new instance of the exception.
            
 
    Namespace: 
   Rhino.Runtime.RhinoAccounts
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 7.0
 Syntax
Syntaxpublic RhinoAccountsException(
	Exception innerException = null
)
Public Sub New ( 
	Optional innerException As Exception = Nothing
)
Parameters
- innerException (Optional)
- Type: SystemException
 The inner exception.
 See Also
See Also