Default constructor.
| C# | Visual Basic | Visual C++ | F# |
public LoginAsyncOP( string user, string password )
Public Sub New ( user As String, password As String )
public: LoginAsyncOP( String^ user, String^ password )
new : user : string * password : string -> LoginAsyncOP
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when user or password is null reference. |
| ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119