Click or drag to resize

RhinoAccountsAuthTokenMismatchException Constructor (String, String, Exception)

Generates a new instance of the exception.

Namespace:  Rhino.Runtime.RhinoAccounts
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public RhinoAccountsAuthTokenMismatchException(
	string currentUsername,
	string newUsername,
	Exception innerException = null
)

Parameters

currentUsername
Type: SystemString
The name of the currently logged in user.
newUsername
Type: SystemString
The name of the newly logged in user.
innerException (Optional)
Type: SystemException
The inner exception.
See Also