Creates a new user profile on the device.
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
Parameters
- m_username
- Type: SystemString
The desired name for the user.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The method will throw this exception if the m_username parameter is set to null (Visual Basic: Nothing), is empty or plain whitespace. In those cases, the exception is thrown. It is recommended that you use a try-catch block for this method, as it expects to be terminated after an exception has occurred. |
See Also