RhinoAccountsServerNotReachableException Constructor (String, Exception)

RhinoAccountsServerNotReachableException Constructor (String, Exception)

Generates a new instance of the exception.

Namespace:  Rhino.Runtime.RhinoAccounts
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public RhinoAccountsServerNotReachableException(
	string message,
	Exception innerException = null
)
Public Sub New ( 
	message As String,
	Optional innerException As Exception = Nothing
)

Parameters

message
Type: SystemString
The message of the exception.
innerException (Optional)
Type: SystemException
The inner exception.
See Also