BDB.BDB43.CheckError C# (CSharp) Метод

CheckError() статический приватный Метод

static private CheckError ( int error ) : void
error int
Результат void
		static void CheckError(int error) {
			if (error == 0) return;
			throw new DatabaseException( Marshal.PtrToStringAnsi(db_strerror(error)) );
		}