Upscaledb.Database.GetLastError C# (CSharp) 메소드

GetLastError() 공개 메소드

Returns the last error code
This method wraps the native ups_db_get_error function.
public GetLastError ( ) : int
리턴 int
        public int GetLastError()
        {
            lock (this) {
            return NativeMethods.GetLastError(handle);
              }
        }