AutoWPApi.AutoWP.GetLastError C# (CSharp) Method

GetLastError() public method

public GetLastError ( ) : string
return string
        public string GetLastError()
        {
            return _lastError;
        }