AutoWPApi.AutoWP.GetLastError C# (CSharp) Méthode

GetLastError() public méthode

public GetLastError ( ) : string
Résultat string
        public string GetLastError()
        {
            return _lastError;
        }